createTableBucket
inline suspend fun S3TablesClient.createTableBucket(crossinline block: CreateTableBucketRequest.Builder.() -> Unit): CreateTableBucketResponse
Creates a table bucket. For more information, see Creating a table bucket in the Amazon Simple Storage Service User Guide.
Permissions
You must have the
s3tables:CreateTableBucket
permission to use this operation.If you use this operation with the optional
encryptionConfiguration
parameter you must have thes3tables:PutTableBucketEncryption
permission.