GetDirectoryBucketResult

data class GetDirectoryBucketResult(val arn: String? = null, val availabilityZoneName: String? = null, val bucketEncryption: Any? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, availabilityZoneName: String? = null, bucketEncryption: Any? = 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 where the directory bucket was created.

Link copied to clipboard
val bucketEncryption: Any? = null

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 . Search the CloudFormation User Guide for AWS::S3Express::DirectoryBucket for more information about the expected schema for this property.