GetPlaintextResult

data class GetPlaintextResult(val ciphertextBlob: String, val encryptionContext: Map<String, String>? = null, val id: String, val keyId: String, val plaintext: String)

A collection of values returned by getPlaintext.

Constructors

Link copied to clipboard
constructor(ciphertextBlob: String, encryptionContext: Map<String, String>? = null, id: String, keyId: String, plaintext: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The globally unique ID of the CMK. It is the ID of the CMK used to decrypt ciphertext.

Link copied to clipboard

The decrypted plaintext.