IKMSGetParametersForImportResponse
Interface in AWS.KMS
Interface for GetParametersForImport responses.
Ancestors
Properties
ImportToken
property ImportToken: TStream
The import token to send in subsequent ImportKeyMaterial requests.
KeyId
property KeyId: TARN
The Amazon Resource Name (ARN) of the KMS key to use in a subsequent ImportKeyMaterial request.
ParametersValidTo
property ParametersValidTo: TOptional<TDateTime>
Specifies the date and time at which the import token and public key are no longer valid.
PublicKey
property PublicKey: TStream
The public key to use to encrypt the key material before importing it with ImportKeyMaterial.