Skip to main content

IKMSGetParametersForImportRequest

Interface in AWS.KMS

Interface for GetParametersForImport requests.

Ancestors

Properties

KeyId

property KeyId: string

Specify the Amazon Resource Name (ARN) or ID of a symmetric encryption KMS key into which you will import the key material.

The Origin of the KMS key must be EXTERNAL.

WrappingAlgorithm

property WrappingAlgorithm: string

Specify the algorithm you will use to encrypt the key material with before importing it with ImportKeyMaterial.

Valid values: RSAES_PKCS1_V1_5 | RSAES_OAEP_SHA_1 | RSAES_OAEP_SHA_256.

WrappingKeySpec

property WrappingKeySpec: string

Specify the type of wrapping key (public key) to return in the response.

Only 2048-bit RSA (RSA_2048) public keys are supported.