DatabaseEncryptionConfigArgs

data class DatabaseEncryptionConfigArgs(val kmsKeyName: Output<String>) : ConvertibleToJava<DatabaseEncryptionConfigArgs>

Constructors

Link copied to clipboard
constructor(kmsKeyName: Output<String>)

Properties

Link copied to clipboard
val kmsKeyName: Output<String>

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.

Functions

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