- Navigation Guide
@aws-sdk/client-kms
GenerateDataKeyWithoutPlaintextCommandOutput Interface
The output of GenerateDataKeyWithoutPlaintextCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
CiphertextBlob | Uint8Array | undefined | The encrypted data key. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded. |
KeyId | string | undefined | The Amazon Resource Name (key ARN ) of the KMS key that encrypted the data key. |
Full Signature
export interface GenerateDataKeyWithoutPlaintextCommandOutput extends GenerateDataKeyWithoutPlaintextResponse, MetadataBearer