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

CreateLocationS3Request

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

CreateLocationS3Request

interface CreateLocationS3Request {
AgentArns?: string[] | null;
S3BucketArn: string;
S3Config: S3Config;
S3StorageClass?: S3StorageClass | null;
Subdirectory?: string | null;
Tags?: TagListEntry[] | null;
}

§Properties

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

If you're using DataSync on an Amazon Web Services Outpost, specify the Amazon Resource Names (ARNs) of the DataSync 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.

§
S3BucketArn: string
[src]

The ARN of the Amazon S3 bucket. If the bucket is on an Amazon Web Services Outpost, this must be an access point ARN.

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

The Amazon S3 storage class that you want to store your files in when this location is used as a task destination. For buckets in Amazon Web Services Regions, the storage class defaults to Standard. For buckets on Outposts, the storage class defaults to Amazon Web Services S3 Outposts.

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.

§
Subdirectory?: string | null
[src]

A subdirectory in the Amazon S3 bucket. This subdirectory in Amazon S3 is used to read data from the S3 source location or write data to the S3 destination.

§
Tags?: TagListEntry[] | null
[src]

The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.