DatabaseEncryptionConfig

data class DatabaseEncryptionConfig(val kmsKeyName: String)

Constructors

Link copied to clipboard
constructor(kmsKeyName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Fully qualified name of the KMS key to use to encrypt this database. This key must exist in the same location as the Spanner Database.