/AWS1/CL_MDLSRTLSTNRDECRYPREQ¶
Decryption settings. If specified, both algorithm and passphraseSecretArn are required.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_algorithm TYPE /AWS1/MDLALGORITHM /AWS1/MDLALGORITHM¶
Required. The decryption algorithm.
iv_passphrasesecretarn TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
Required. The ARN for the secret in Secrets Manager that holds the passphrase.
Queryable Attributes¶
Algorithm¶
Required. The decryption algorithm.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALGORITHM() |
Getter for ALGORITHM, with configurable default |
ASK_ALGORITHM() |
Getter for ALGORITHM w/ exceptions if field has no value |
HAS_ALGORITHM() |
Determine if ALGORITHM has a value |
PassphraseSecretArn¶
Required. The ARN for the secret in Secrets Manager that holds the passphrase.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PASSPHRASESECRETARN() |
Getter for PASSPHRASESECRETARN, with configurable default |
ASK_PASSPHRASESECRETARN() |
Getter for PASSPHRASESECRETARN w/ exceptions if field has no |
HAS_PASSPHRASESECRETARN() |
Determine if PASSPHRASESECRETARN has a value |