KMSEnvMapResponse

data class KMSEnvMapResponse(val cipherText: String, val keyName: String)

Constructors

Link copied to clipboard
constructor(cipherText: String, keyName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value of the cipherText response from the encrypt method.

Link copied to clipboard

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