Database Encryption Config Args
data class DatabaseEncryptionConfigArgs(val kmsKeyName: Output<String>? = null, val kmsKeyNames: Output<List<String>>? = null) : ConvertibleToJava<DatabaseEncryptionConfigArgs>
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.