Module: AWSCDK::S3::BucketNamespace
- Defined in:
- s3/bucket_namespace.rb
Overview
The namespace for the bucket name when using bucketNamePrefix.
Determines how CloudFormation generates the unique portion of the bucket name.
Constant Summary collapse
- GLOBAL =
Deprecated.Note:
Default:
The bucket name is globally unique.
Jsii::Enum.new("aws-cdk-lib.aws_s3.BucketNamespace", "GLOBAL")
- ACCOUNT_REGIONAL =
Deprecated.Note:
Default:
The bucket name is unique within the account and region.
Jsii::Enum.new("aws-cdk-lib.aws_s3.BucketNamespace", "ACCOUNT_REGIONAL")