TableBucketEncryptionConfiguration

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyArn: String? = null

ARN of the KMS key to use for encryption

Link copied to clipboard

Server-side encryption algorithm