TableEncryptionSpecification

data class TableEncryptionSpecification(val encryptionType: TableEncryptionType, val kmsKeyIdentifier: String? = null)

Represents the settings used to enable server-side encryption

Constructors

Link copied to clipboard
constructor(encryptionType: TableEncryptionType, kmsKeyIdentifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The encryption at rest options for the table.

Link copied to clipboard

Requires a kms_key_identifier in the format of a key ARN.