/AWS1/CL_GLUMLUSERDATAENC¶
The encryption-at-rest settings of the transform that apply to accessing user data.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_mluserdataencryptionmode TYPE /AWS1/GLUMLUSERDATAENCMODESTR /AWS1/GLUMLUSERDATAENCMODESTR¶
The encryption mode applied to user data. Valid values are:
DISABLED: encryption is disabled
SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.
Optional arguments:¶
iv_kmskeyid TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING¶
The ID for the customer-provided KMS key.
Queryable Attributes¶
MlUserDataEncryptionMode¶
The encryption mode applied to user data. Valid values are:
DISABLED: encryption is disabled
SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MLUSERDATAENCRYPTIONMODE() |
Getter for MLUSERDATAENCRYPTIONMODE, with configurable defau |
ASK_MLUSERDATAENCRYPTIONMODE() |
Getter for MLUSERDATAENCRYPTIONMODE w/ exceptions if field h |
HAS_MLUSERDATAENCRYPTIONMODE() |
Determine if MLUSERDATAENCRYPTIONMODE has a value |
KmsKeyId¶
The ID for the customer-provided KMS key.
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 |