- Navigation Guide
@aws-sdk/client-kms
GetParametersForImportCommandOutput Interface
The output of GetParametersForImportCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
ImportToken | Uint8Array | undefined | The import token to send in a subsequent ImportKeyMaterial request. |
KeyId | string | undefined | The Amazon Resource Name (key ARN ) of the KMS key to use in a subsequent ImportKeyMaterial request. This is the same KMS key specified in the |
ParametersValidTo | Date | undefined | The time at which the import token and public key are no longer valid. After this time, you cannot use them to make an ImportKeyMaterial request and you must send another |
PublicKey | Uint8Array | undefined | The public key to use to encrypt the key material before importing it with ImportKeyMaterial. |
Full Signature
export interface GetParametersForImportCommandOutput extends GetParametersForImportResponse, MetadataBearer