ConnectionEventingConfigAdditionalVariableEncryptionKeyValueArgs

data class ConnectionEventingConfigAdditionalVariableEncryptionKeyValueArgs(val kmsKeyName: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ConnectionEventingConfigAdditionalVariableEncryptionKeyValueArgs>

Constructors

constructor(kmsKeyName: Output<String>? = null, type: Output<String>? = null)

Properties

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

The KMS key name with which the content of the Operation is encrypted. The expected format: projects//locations//keyRings//cryptoKeys/. Will be empty string if google managed.

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

Type of Encryption Key Possible values are: GOOGLE_MANAGED, CUSTOMER_MANAGED. ////

Functions

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