LocationS3

class LocationS3 : KotlinCustomResource

Resource schema for AWS::DataSync::LocationS3

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val locationArn: Output<String>

The Amazon Resource Name (ARN) of the Amazon S3 bucket location.

Link copied to clipboard
val locationUri: Output<String>

The URL of the S3 location that was described.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val s3BucketArn: Output<String>?

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

Link copied to clipboard

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that is used to access an Amazon S3 bucket. For detailed information about using such a role, see Creating a Location for Amazon S3 in the AWS DataSync User Guide .

Link copied to clipboard

The Amazon S3 storage class you want to store your files in when this location is used as a task destination.

Link copied to clipboard
val subdirectory: Output<String>?

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.

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val urn: Output<String>