DatabaseEncryptionConfig

data class DatabaseEncryptionConfig(val kmsKeyName: String? = null, val kmsKeyNames: List<String>? = null)

Constructors

Link copied to clipboard
constructor(kmsKeyName: String? = null, kmsKeyNames: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyName: String? = null

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.

Link copied to clipboard
val kmsKeyNames: List<String>? = null

Fully qualified name of the KMS keys to use to encrypt this database. The keys must exist in the same locations as the Spanner Database.