/AWS1/CL_SLKDATALAKECONF¶
Provides details of Amazon Security Lake object.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_region TYPE /AWS1/SLKREGION /AWS1/SLKREGION¶
The Amazon Web Services Regions where Security Lake is automatically enabled.
Optional arguments:¶
io_encryptionconfiguration TYPE REF TO /AWS1/CL_SLKDATALAKEENCCONF /AWS1/CL_SLKDATALAKEENCCONF¶
Provides encryption details of Amazon Security Lake object.
io_lifecycleconfiguration TYPE REF TO /AWS1/CL_SLKDATALAKELCCONF /AWS1/CL_SLKDATALAKELCCONF¶
Provides lifecycle details of Amazon Security Lake object.
io_replicationconfiguration TYPE REF TO /AWS1/CL_SLKDATALAKEREPLCONF /AWS1/CL_SLKDATALAKEREPLCONF¶
Provides replication details of Amazon Security Lake object.
Queryable Attributes¶
region¶
The Amazon Web Services Regions where Security Lake is automatically enabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
encryptionConfiguration¶
Provides encryption details of Amazon Security Lake object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCRYPTIONCONFIGURATION() |
Getter for ENCRYPTIONCONFIGURATION |
lifecycleConfiguration¶
Provides lifecycle details of Amazon Security Lake object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIFECYCLECONFIGURATION() |
Getter for LIFECYCLECONFIGURATION |
replicationConfiguration¶
Provides replication details of Amazon Security Lake object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLICATIONCONFIGURATION() |
Getter for REPLICATIONCONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DATALAKECONFIGURATIONLIST¶
TYPES TT_DATALAKECONFIGURATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SLKDATALAKECONF WITH DEFAULT KEY
.