DatabaseEncryptionConfigArgs

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

Constructors

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

Properties

Link copied to clipboard
val kmsKeyName: Output<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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): DatabaseEncryptionConfigArgs