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

DescribeLocationEfsResponse

import type { DescribeLocationEfsResponse } from "https://aws-api.deno.dev/v0.3/services/datasync.ts?docs=full";

DescribeLocationEfsResponse

interface DescribeLocationEfsResponse {
CreationTime?: Date | number | null;
Ec2Config?: Ec2Config | null;
LocationArn?: string | null;
LocationUri?: string | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]

The time that the EFS location was created.

§
Ec2Config?: Ec2Config | null
[src]
§
LocationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the EFS location that was described.

§
LocationUri?: string | null
[src]

The URL of the EFS location that was described.