KMSEnvMapArgs

data class KMSEnvMapArgs(val cipherText: Output<String>? = null, val keyName: Output<String>? = null) : ConvertibleToJava<KMSEnvMapArgs>

Constructors

Link copied to clipboard
constructor(cipherText: Output<String>? = null, keyName: Output<String>? = null)

Properties

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

The value of the cipherText response from the encrypt method.

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

The name of the KMS key that will be used to decrypt the cipher text.

Functions

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