Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ResourceIdType

import type { ResourceIdType } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";

A preference indicating a choice to use 63bit/32bit IDs for all applicable resources.

type ResourceIdType = "LONG_ID" | "SHORT_ID" | cmnP.UnexpectedEnumValue;

§Type

§
"LONG_ID" | "SHORT_ID" | cmnP.UnexpectedEnumValue
[src]