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

CreateLocationEfsRequest

import type { CreateLocationEfsRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/datasync.ts";
interface CreateLocationEfsRequest {
Ec2Config: Ec2Config;
EfsFilesystemArn: string;
Subdirectory?: string | null;
Tags?: TagListEntry[] | null;
}

§Properties

§
Ec2Config: Ec2Config
[src]
§
EfsFilesystemArn: string
[src]
§
Subdirectory?: string | null
[src]
§
Tags?: TagListEntry[] | null
[src]