ConnectionConfigVariableEncryptionKeyValueArgs

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

Constructors

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

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>

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

Functions

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