TableBucketArgs

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
val tableBucketName: Output<String>? = null

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 .

Functions

Link copied to clipboard
open override fun toJava(): TableBucketArgs