IS3CreateBucketRequest
Interface in AWS.S3
Interface for CreateBucket requests.
Ancestors
Properties
ACL
property ACL: string
The canned ACL to apply to the bucket.
Valid values: private | public-read | public-read-write | authenticated-read.
Bucket
property Bucket: string
The name of a bucket to create.
BucketObjectLockEnabled
property BucketObjectLockEnabled: TOptional<Boolean>
Specifies whether S3 Object Lock should be enabled.
GrantFullControl
property GrantFullControl: string
Grants read, write, read ACP, and write ACP permissions to the grantee.
GrantRead
property GrantRead: string
Grants read access to the grantee.
GrantReadAcp
property GrantReadAcp: string
Grants read ACP access to the grantee.
GrantWrite
property GrantWrite: string
Grants write access to the grantee.
GrantWriteAcp
property GrantWriteAcp: string
Grants write ACP access to the grantee.
LocationConstraint
property LocationConstraint: string
Specifies the region in which to create the bucket.
If not specified, the bucket will be created in US East (N. Virginia) region (us-east-1).