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

DescribeLocationS3Response

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

DescribeLocationS3Response

interface DescribeLocationS3Response {
AgentArns?: string[] | null;
CreationTime?: Date | number | null;
LocationArn?: string | null;
LocationUri?: string | null;
S3Config?: S3Config | null;
S3StorageClass?: S3StorageClass | null;
}

§Properties

§
AgentArns?: string[] | null
[src]

If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see Deploy your DataSync agent on Outposts.

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

The time that the Amazon S3 bucket location was created.

§
LocationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.

§
LocationUri?: string | null
[src]

The URL of the Amazon S3 location that was described.

§
S3Config?: S3Config | null
[src]
§
S3StorageClass?: S3StorageClass | null
[src]

The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.