/AWS1/CL_BDCCLOUDWATCHLOGSTR00¶
Configuration for reading agent traces from CloudWatch Logs for recommendation analysis.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_loggrouparns TYPE /AWS1/CL_BDCLOGGROUPARNLIST_W=>TT_LOGGROUPARNLIST TT_LOGGROUPARNLIST¶
The list of CloudWatch log group ARNs to read agent traces from.
it_servicenames TYPE /AWS1/CL_BDCSERVICENAMELIST_W=>TT_SERVICENAMELIST TT_SERVICENAMELIST¶
The list of service names to filter traces within the specified log groups.
iv_starttime TYPE /AWS1/BDCTIMESTAMP /AWS1/BDCTIMESTAMP¶
The start time of the time range to read traces from.
iv_endtime TYPE /AWS1/BDCTIMESTAMP /AWS1/BDCTIMESTAMP¶
The end time of the time range to read traces from.
Optional arguments:¶
io_rule TYPE REF TO /AWS1/CL_BDCCLOUDWATCHLOGSRULE /AWS1/CL_BDCCLOUDWATCHLOGSRULE¶
Optional rule configuration for filtering traces.
Queryable Attributes¶
logGroupArns¶
The list of CloudWatch log group ARNs to read agent traces from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGROUPARNS() |
Getter for LOGGROUPARNS, with configurable default |
ASK_LOGGROUPARNS() |
Getter for LOGGROUPARNS w/ exceptions if field has no value |
HAS_LOGGROUPARNS() |
Determine if LOGGROUPARNS has a value |
serviceNames¶
The list of service names to filter traces within the specified log groups.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICENAMES() |
Getter for SERVICENAMES, with configurable default |
ASK_SERVICENAMES() |
Getter for SERVICENAMES w/ exceptions if field has no value |
HAS_SERVICENAMES() |
Determine if SERVICENAMES has a value |
startTime¶
The start time of the time range to read traces from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
endTime¶
The end time of the time range to read traces from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
rule¶
Optional rule configuration for filtering traces.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULE() |
Getter for RULE |