/AWS1/CL_KMSGETPARAMSFORIMPRSP¶
GetParametersForImportResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_keyid TYPE /AWS1/KMSKEYIDTYPE /AWS1/KMSKEYIDTYPE¶
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
GetParametersForImportrequest.
iv_importtoken TYPE /AWS1/KMSCIPHERTEXTTYPE /AWS1/KMSCIPHERTEXTTYPE¶
The import token to send in a subsequent ImportKeyMaterial request.
iv_publickey TYPE /AWS1/KMSPLAINTEXTTYPE /AWS1/KMSPLAINTEXTTYPE¶
The public key to use to encrypt the key material before importing it with ImportKeyMaterial.
iv_parametersvalidto TYPE /AWS1/KMSDATETYPE /AWS1/KMSDATETYPE¶
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
GetParametersForImportrequest to get new ones.
Queryable Attributes¶
KeyId¶
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
GetParametersForImportrequest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYID() |
Getter for KEYID, with configurable default |
ASK_KEYID() |
Getter for KEYID w/ exceptions if field has no value |
HAS_KEYID() |
Determine if KEYID has a value |
ImportToken¶
The import token to send in a subsequent ImportKeyMaterial request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTTOKEN() |
Getter for IMPORTTOKEN, with configurable default |
ASK_IMPORTTOKEN() |
Getter for IMPORTTOKEN w/ exceptions if field has no value |
HAS_IMPORTTOKEN() |
Determine if IMPORTTOKEN has a value |
PublicKey¶
The public key to use to encrypt the key material before importing it with ImportKeyMaterial.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLICKEY() |
Getter for PUBLICKEY, with configurable default |
ASK_PUBLICKEY() |
Getter for PUBLICKEY w/ exceptions if field has no value |
HAS_PUBLICKEY() |
Determine if PUBLICKEY has a value |
ParametersValidTo¶
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
GetParametersForImportrequest to get new ones.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERSVALIDTO() |
Getter for PARAMETERSVALIDTO, with configurable default |
ASK_PARAMETERSVALIDTO() |
Getter for PARAMETERSVALIDTO w/ exceptions if field has no v |
HAS_PARAMETERSVALIDTO() |
Determine if PARAMETERSVALIDTO has a value |