CryptoKeyConfigArgs

data class CryptoKeyConfigArgs(val keyReference: Output<String>? = null) : ConvertibleToJava<CryptoKeyConfigArgs>

The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature.

Constructors

Link copied to clipboard
fun CryptoKeyConfigArgs(keyReference: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val keyReference: Output<String>? = null

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/*. ////