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