Skip to main content

IKMSGenerateDataKeyResponse

Interface in AWS.KMS

Interface for GenerateDataKey responses.

Ancestors

Properties

CiphertextBlob

property CiphertextBlob: TStream

The encrypted copy of the data key.

KeyId

property KeyId: TARN

The Amazon Resource Name (ARN) of the KMS key that encrypted the data key.

Plaintext

property Plaintext: TStream

The plaintext data key.

Use this data key to encrypt your data outside of KMS. Then remove it from memory as soon as possible.