GetCiphertextResult

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

A collection of values returned by getCiphertext.

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

The ciphertext of the data key encrypted with the primary CMK version.

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

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard