Table Encryption Specification
data class TableEncryptionSpecification(val encryptionType: TableEncryptionType, val kmsKeyIdentifier: String? = null)
Represents the settings used to enable server-side encryption
Represents the settings used to enable server-side encryption