DirectoryBucketArgs

data class DirectoryBucketArgs(val bucketEncryption: Output<DirectoryBucketBucketEncryptionArgs>? = null, val bucketName: Output<String>? = null, val dataRedundancy: Output<DirectoryBucketDataRedundancy>? = null, val lifecycleConfiguration: Output<DirectoryBucketLifecycleConfigurationArgs>? = null, val locationName: Output<String>? = null) : ConvertibleToJava<DirectoryBucketArgs>

Resource Type definition for AWS::S3Express::DirectoryBucket.

Constructors

Link copied to clipboard
constructor(bucketEncryption: Output<DirectoryBucketBucketEncryptionArgs>? = null, bucketName: Output<String>? = null, dataRedundancy: Output<DirectoryBucketDataRedundancy>? = null, lifecycleConfiguration: Output<DirectoryBucketLifecycleConfigurationArgs>? = null, locationName: Output<String>? = null)

Properties

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
val bucketName: Output<String>? = null

Specifies a name for the bucket. The bucket name must contain only lowercase letters, numbers, and hyphens (-). A directory bucket name must be unique in the chosen Availability Zone or Local Zone. The bucket name must also follow the format 'bucket_base_name--zone_id--x-s3'. The zone_id can be the ID of an Availability Zone or a Local Zone. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the bucket name.

Link copied to clipboard

Specifies the number of Availability Zone or Local Zone that's used for redundancy for the bucket.

Link copied to clipboard

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

Link copied to clipboard
val locationName: Output<String>? = null

Specifies the Zone ID of the Availability Zone or Local Zone where the directory bucket will be created. An example Availability Zone ID value is 'use1-az5'.

Functions

Link copied to clipboard
open override fun toJava(): DirectoryBucketArgs