GetLocationS3Result

data class GetLocationS3Result(val locationArn: String? = null, val locationUri: String? = null, val s3Config: LocationS3s3Config? = null, val s3StorageClass: LocationS3S3StorageClass? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(locationArn: String? = null, locationUri: String? = null, s3Config: LocationS3s3Config? = null, s3StorageClass: LocationS3S3StorageClass? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val locationArn: String? = null

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

Link copied to clipboard
val locationUri: String? = null

The URL of the S3 location that was described.

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 tags: List<Tag>? = null

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