ConnectionCryptoKeyConfigArgs

data class ConnectionCryptoKeyConfigArgs(val keyReference: Output<String>) : ConvertibleToJava<ConnectionCryptoKeyConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val keyReference: Output<String>

Required. The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of projects/*/locations/*/keyRings/*/cryptoKeys/*. ////

Functions

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