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
fun TableEncryptionSpecification(encryptionType: TableEncryptionType, kmsKeyIdentifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard