GetDatabaseEncryptionConfig

data class GetDatabaseEncryptionConfig(val kmsKeyName: String, val kmsKeyNames: List<String>)

Constructors

Link copied to clipboard
constructor(kmsKeyName: String, kmsKeyNames: List<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.

Link copied to clipboard

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.