GetTableBucketResult

data class GetTableBucketResult(val encryptionConfiguration: TableBucketEncryptionConfiguration? = null, val tableBucketArn: String? = null, val unreferencedFileRemoval: TableBucketUnreferencedFileRemoval? = null)

Constructors

Link copied to clipboard
constructor(encryptionConfiguration: TableBucketEncryptionConfiguration? = null, tableBucketArn: String? = null, unreferencedFileRemoval: TableBucketUnreferencedFileRemoval? = null)

Types

Link copied to clipboard
object Companion

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 tableBucketArn: String? = null

The Amazon Resource Name (ARN) of 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 .