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

ResourceIdPreference

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

Describes the resource type and its ID preference for the user's Amazon Web Services account, in the current Amazon Web Services Region.

interface ResourceIdPreference {
ResourceIdType?: ResourceIdType | null;
Resources?: Resource[] | null;
}

§Properties

§
ResourceIdType?: ResourceIdType | null
[src]

Identifies the EFS resource ID preference, either LONG_ID (17 characters) or SHORT_ID (8 characters).

§
Resources?: Resource[] | null
[src]

Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.