Table Bucket Encryption Configuration
data class TableBucketEncryptionConfiguration(val kmsKeyArn: String? = null, val sseAlgorithm: TableBucketEncryptionConfigurationSseAlgorithm? = null)
Specifies encryption settings for the table bucket
Constructors
Link copied to clipboard
constructor(kmsKeyArn: String? = null, sseAlgorithm: TableBucketEncryptionConfigurationSseAlgorithm? = null)