/AWS1/CL_ESSENCATRESTOPTIONS¶
Specifies the Encryption At Rest Options.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_enabled TYPE /AWS1/ESSBOOLEAN /AWS1/ESSBOOLEAN¶
Specifies the option to enable Encryption At Rest.
iv_kmskeyid TYPE /AWS1/ESSKMSKEYID /AWS1/ESSKMSKEYID¶
Specifies the KMS Key ID for Encryption At Rest options.
Queryable Attributes¶
Enabled¶
Specifies the option to enable Encryption At Rest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |
KmsKeyId¶
Specifies the KMS Key ID for Encryption At Rest options.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYID() |
Getter for KMSKEYID, with configurable default |
ASK_KMSKEYID() |
Getter for KMSKEYID w/ exceptions if field has no value |
HAS_KMSKEYID() |
Determine if KMSKEYID has a value |