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.4/services/datasync.ts?docs=full";

DescribeLocationEfsResponse

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

§Properties

§
AccessPointArn?: string | null
[src]

The ARN of the access point that DataSync uses to access the Amazon EFS file system.

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

The time that the location was created.

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

The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.

§
InTransitEncryption?: EfsInTransitEncryption | null
[src]

Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.

§
LocationArn?: string | null
[src]

The ARN of the Amazon EFS file system location.

§
LocationUri?: string | null
[src]

The URL of the Amazon EFS file system location.