Skip to content

/AWS1/CL_SLKAWSLOGSOURCECONF

The Security Lake logs source configuration file describes the information needed to generate Security Lake logs.

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. This must be a Regionally unique value.

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. This must be a Regionally unique value.


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. This must be a Regionally unique value.

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. This must be a Regionally unique value.

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
.