/AWS1/CL_SLKAWSLOGSOURCECONF¶
To add a natively-supported Amazon Web Services service as a log source, use these parameters to specify the configuration settings for the log source.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_regions TYPE /AWS1/CL_SLKREGIONLIST_W=>TT_REGIONLIST TT_REGIONLIST¶
Specify the Regions where you want to enable Security Lake.
iv_sourcename TYPE /AWS1/SLKAWSLOGSOURCENAME /AWS1/SLKAWSLOGSOURCENAME¶
The name for a Amazon Web Services source.
Optional arguments:¶
it_accounts TYPE /AWS1/CL_SLKACCOUNTLIST_W=>TT_ACCOUNTLIST TT_ACCOUNTLIST¶
Specify the Amazon Web Services account information where you want to enable Security Lake.
iv_sourceversion TYPE /AWS1/SLKAWSLOGSOURCEVERSION /AWS1/SLKAWSLOGSOURCEVERSION¶
The version for a Amazon Web Services source.
Queryable Attributes¶
accounts¶
Specify the Amazon Web Services account information where you want to enable Security Lake.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTS() |
Getter for ACCOUNTS, with configurable default |
ASK_ACCOUNTS() |
Getter for ACCOUNTS w/ exceptions if field has no value |
HAS_ACCOUNTS() |
Determine if ACCOUNTS has a value |
regions¶
Specify the Regions where you want to enable Security Lake.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGIONS() |
Getter for REGIONS, with configurable default |
ASK_REGIONS() |
Getter for REGIONS w/ exceptions if field has no value |
HAS_REGIONS() |
Determine if REGIONS has a value |
sourceName¶
The name for a Amazon Web Services source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCENAME() |
Getter for SOURCENAME, with configurable default |
ASK_SOURCENAME() |
Getter for SOURCENAME w/ exceptions if field has no value |
HAS_SOURCENAME() |
Determine if SOURCENAME has a value |
sourceVersion¶
The version for a Amazon Web Services source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEVERSION() |
Getter for SOURCEVERSION, with configurable default |
ASK_SOURCEVERSION() |
Getter for SOURCEVERSION w/ exceptions if field has no value |
HAS_SOURCEVERSION() |
Determine if SOURCEVERSION 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_AWSLOGSOURCECONFLIST¶
TYPES TT_AWSLOGSOURCECONFLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SLKAWSLOGSOURCECONF WITH DEFAULT KEY
.