/AWS1/CL_CWOADVANCEDEVENTSELOR¶
Advanced event selectors let you create fine-grained selectors for management, data, and network activity events.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_fieldselectors TYPE /AWS1/CL_CWOADVANCEDFIELDSELOR=>TT_FIELDSELECTORS TT_FIELDSELECTORS¶
Contains all selector statements in an advanced event selector.
Optional arguments:¶
iv_name TYPE /AWS1/CWOSTRING /AWS1/CWOSTRING¶
An optional, descriptive name for an advanced event selector, such as "Log data events for only two S3 buckets".
Queryable Attributes¶
Name¶
An optional, descriptive name for an advanced event selector, such as "Log data events for only two S3 buckets".
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
FieldSelectors¶
Contains all selector statements in an advanced event selector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDSELECTORS() |
Getter for FIELDSELECTORS, with configurable default |
ASK_FIELDSELECTORS() |
Getter for FIELDSELECTORS w/ exceptions if field has no valu |
HAS_FIELDSELECTORS() |
Determine if FIELDSELECTORS 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_ADVANCEDEVENTSELECTORS¶
TYPES TT_ADVANCEDEVENTSELECTORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWOADVANCEDEVENTSELOR WITH DEFAULT KEY
.