/AWS1/CL_BDCCLOUDWATCHLOGSFILT¶
A filter for narrowing down agent traces from CloudWatch Logs based on key-value comparisons.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_key TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The key or field name to filter on within the agent trace data.
iv_operator TYPE /AWS1/BDCCLOUDWATCHLOGSFILTOP /AWS1/BDCCLOUDWATCHLOGSFILTOP¶
The comparison operator to use for filtering.
io_value TYPE REF TO /AWS1/CL_BDCFILTERVALUE /AWS1/CL_BDCFILTERVALUE¶
The value to compare against using the specified operator.
Queryable Attributes¶
key¶
The key or field name to filter on within the agent trace data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
operator¶
The comparison operator to use for filtering.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATOR() |
Getter for OPERATOR, with configurable default |
ASK_OPERATOR() |
Getter for OPERATOR w/ exceptions if field has no value |
HAS_OPERATOR() |
Determine if OPERATOR has a value |
value¶
The value to compare against using the specified operator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CLOUDWATCHLOGSFILTERLIST¶
TYPES TT_CLOUDWATCHLOGSFILTERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCCLOUDWATCHLOGSFILT WITH DEFAULT KEY
.