Table Bucket Args
data class TableBucketArgs(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(tableBucketName: Output<String>? = null, unreferencedFileRemoval: Output<TableBucketUnreferencedFileRemovalArgs>? = null)
Properties
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 .