/AWS1/CL_OMXSSECONFIG¶
Server-side encryption (SSE) settings for a store.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/OMXENCRYPTIONTYPE /AWS1/OMXENCRYPTIONTYPE¶
The encryption type.
Optional arguments:¶
iv_keyarn TYPE /AWS1/OMXSTRING /AWS1/OMXSTRING¶
An encryption key ARN.
Queryable Attributes¶
type¶
The encryption type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
keyArn¶
An encryption key ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYARN() |
Getter for KEYARN, with configurable default |
ASK_KEYARN() |
Getter for KEYARN w/ exceptions if field has no value |
HAS_KEYARN() |
Determine if KEYARN has a value |