createTable
inline suspend fun S3TablesClient.createTable(crossinline block: CreateTableRequest.Builder.() -> Unit): CreateTableResponse
Creates a new table associated with the given namespace in a table bucket. For more information, see Creating an Amazon S3 table in the Amazon Simple Storage Service User Guide.
Permissions
You must have the
s3tables:CreateTable
permission to use this operation.If you use this operation with the optional
metadata
request parameter you must have thes3tables:PutTableData
permission.If you use this operation with the optional
encryptionConfiguration
request parameter you must have thes3tables:PutTableEncryption
permission. Additionally, If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see Permissions requirements for S3 Tables SSE-KMS encryption.