MetastoreServiceEncryptionConfigArgs

data class MetastoreServiceEncryptionConfigArgs(val kmsKey: Output<String>) : ConvertibleToJava<MetastoreServiceEncryptionConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val kmsKey: Output<String>

The fully qualified customer provided Cloud KMS key name to use for customer data encryption. Use the following format: projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)

Functions

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