Table Bucket Args
data class TableBucketArgs(val encryptionConfiguration: Output<TableBucketEncryptionConfigurationArgs>? = null, val tableBucketName: Output<String>? = null, val unreferencedFileRemoval: Output<TableBucketUnreferencedFileRemovalArgs>? = null) : ConvertibleToJava<TableBucketArgs>
Creates an Amazon S3 Tables table bucket in the same AWS Region where you create the AWS CloudFormation stack.
Constructors
Link copied to clipboard
constructor(encryptionConfiguration: Output<TableBucketEncryptionConfigurationArgs>? = null, tableBucketName: Output<String>? = null, unreferencedFileRemoval: Output<TableBucketUnreferencedFileRemovalArgs>? = null)
Properties
Link copied to clipboard
Configuration specifying how data should be encrypted. This structure defines the encryption algorithm and optional KMS key to be used for server-side encryption.
Link copied to clipboard
The name for the table bucket.
Link copied to clipboard
The unreferenced file removal settings for your table bucket. Unreferenced file removal identifies and deletes all objects that are not referenced by any table snapshots. For more information, see the Amazon S3 User Guide .