Skip to main content

TKMSGetParametersForImportRequest

Class in AWS.KMS

GetParametersForImport request class.

Ancestors

Properties

KeyId

property KeyId: string

WrappingAlgorithm

property WrappingAlgorithm: string

WrappingKeySpec

property WrappingKeySpec: string

Constructors

Create

constructor Create(const AKeyId, AWrappingAlgorithm: string; const AWrappingKeySpec: string = 'RSA_2048');

Constructor for TKMSGetParametersForImportRequest.

Parameters

NameDescription
AKeyIdSpecify the Amazon Resource Name (ARN) or ID of a symmetric encryption KMS key into which you will import the key material.
AWrappingAlgorithmSpecify the algorithm you will use to encrypt the key material with before importing it with ImportKeyMaterial.
AWrappingKeySpecSpecify the type of wrapping key (public key) to return in the response. Only 2048-bit RSA () public keys are supported.