class Aws::S3Control::Types::CreateBucketRequest
@note When making an API call, you may pass CreateBucketRequest
data as a hash: { acl: "private", # accepts private, public-read, public-read-write, authenticated-read bucket: "BucketName", # required create_bucket_configuration: { location_constraint: "EU", # accepts EU, eu-west-1, us-west-1, us-west-2, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1, cn-north-1, eu-central-1 }, grant_full_control: "GrantFullControl", grant_read: "GrantRead", grant_read_acp: "GrantReadACP", grant_write: "GrantWrite", grant_write_acp: "GrantWriteACP", object_lock_enabled_for_bucket: false, outpost_id: "NonEmptyMaxLength64String", }
@!attribute [rw] acl
The canned ACL to apply to the bucket. <note markdown="1"> This is not supported by Amazon S3 on Outposts buckets. </note> @return [String]
@!attribute [rw] bucket
The name of the bucket. @return [String]
@!attribute [rw] create_bucket_configuration
The configuration information for the bucket. <note markdown="1"> This is not supported by Amazon S3 on Outposts buckets. </note> @return [Types::CreateBucketConfiguration]
@!attribute [rw] grant_full_control
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket. <note markdown="1"> This is not supported by Amazon S3 on Outposts buckets. </note> @return [String]
@!attribute [rw] grant_read
Allows grantee to list the objects in the bucket. <note markdown="1"> This is not supported by Amazon S3 on Outposts buckets. </note> @return [String]
@!attribute [rw] grant_read_acp
Allows grantee to read the bucket ACL. <note markdown="1"> This is not supported by Amazon S3 on Outposts buckets. </note> @return [String]
@!attribute [rw] grant_write
Allows grantee to create, overwrite, and delete any object in the bucket. <note markdown="1"> This is not supported by Amazon S3 on Outposts buckets. </note> @return [String]
@!attribute [rw] grant_write_acp
Allows grantee to write the ACL for the applicable bucket. <note markdown="1"> This is not supported by Amazon S3 on Outposts buckets. </note> @return [String]
@!attribute [rw] object_lock_enabled_for_bucket
Specifies whether you want S3 Object Lock to be enabled for the new bucket. <note markdown="1"> This is not supported by Amazon S3 on Outposts buckets. </note> @return [Boolean]
@!attribute [rw] outpost_id
The ID of the Outposts where the bucket is being created. <note markdown="1"> This is required by Amazon S3 on Outposts buckets. </note> @return [String]
@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateBucketRequest AWS API Documentation
Constants
- SENSITIVE