GetDirectoryBucketResult

data class GetDirectoryBucketResult(val arn: String? = null, val availabilityZoneName: String? = null, val bucketEncryption: DirectoryBucketBucketEncryption? = null, val lifecycleConfiguration: DirectoryBucketLifecycleConfiguration? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, availabilityZoneName: String? = null, bucketEncryption: DirectoryBucketBucketEncryption? = null, lifecycleConfiguration: DirectoryBucketLifecycleConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Returns the Amazon Resource Name (ARN) of the specified bucket.

Link copied to clipboard

Returns the code for the Availability Zone or Local Zone where the directory bucket was created. An example for the code of an Availability Zone is 'us-east-1f'.

Link copied to clipboard

Specifies default encryption for a bucket using server-side encryption with Amazon S3 managed keys (SSE-S3) or AWS KMS keys (SSE-KMS). For information about default encryption for directory buckets, see Setting and monitoring default encryption for directory buckets in the Amazon S3 User Guide .

Link copied to clipboard

Lifecycle rules that define how Amazon S3 Express manages objects during their lifetime.