DirectoryBucket

class DirectoryBucket : KotlinCustomResource

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

Properties

Link copied to clipboard
val arn: Output<String>

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: Output<Any>?

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.

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

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. The bucket name must also follow the format 'bucket_base_name--az_id--x-s3' (for example, 'DOC-EXAMPLE-BUCKET--usw2-az1--x-s3'). 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 that's used for redundancy for the bucket.

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

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

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