/AWS1/CL_SLKLOGSOURCE¶
Amazon Security Lake can collect logs and events from natively-supported Amazon Web Services services and custom sources.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_account TYPE /AWS1/SLKAWSACCOUNTID /AWS1/SLKAWSACCOUNTID¶
Specify the account from which you want to collect logs.
iv_region TYPE /AWS1/SLKREGION /AWS1/SLKREGION¶
Specify the Regions from which you want to collect logs.
it_sources TYPE /AWS1/CL_SLKLOGSOURCERESOURCE=>TT_LOGSOURCERESOURCELIST TT_LOGSOURCERESOURCELIST¶
Specify the sources from which you want to collect logs.
Queryable Attributes¶
account¶
Specify the account from which you want to collect logs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNT() |
Getter for ACCOUNT, with configurable default |
ASK_ACCOUNT() |
Getter for ACCOUNT w/ exceptions if field has no value |
HAS_ACCOUNT() |
Determine if ACCOUNT has a value |
region¶
Specify the Regions from which you want to collect logs.
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 |
sources¶
Specify the sources from which you want to collect logs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCES() |
Getter for SOURCES, with configurable default |
ASK_SOURCES() |
Getter for SOURCES w/ exceptions if field has no value |
HAS_SOURCES() |
Determine if SOURCES has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LOGSOURCELIST¶
TYPES TT_LOGSOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SLKLOGSOURCE WITH DEFAULT KEY
.