DatabaseEncryptionConfigArgs

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

Constructors

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

Functions

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

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.