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
| Name | Description |
|---|---|
AKeyId | Specify the Amazon Resource Name (ARN) or ID of a symmetric encryption KMS key into which you will import the key material. |
AWrappingAlgorithm | Specify the algorithm you will use to encrypt the key material with before importing it with ImportKeyMaterial. |
AWrappingKeySpec | Specify the type of wrapping key (public key) to return in the response. Only 2048-bit RSA () public keys are supported. |