@aws-sdk/client-kms

GetParametersForImportCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
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 GetParametersForImport request.

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 GetParametersForImport request to get new ones.

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