/AWS1/CL_CWLLIVETAILSESSLOGEVT¶
This object contains the information for one log event returned in a Live Tail stream.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_logstreamname TYPE /AWS1/CWLLOGSTREAMNAME /AWS1/CWLLOGSTREAMNAME¶
The name of the log stream that ingested this log event.
iv_loggroupidentifier TYPE /AWS1/CWLLOGGROUPIDENTIFIER /AWS1/CWLLOGGROUPIDENTIFIER¶
The name or ARN of the log group that ingested this log event.
iv_message TYPE /AWS1/CWLEVENTMESSAGE /AWS1/CWLEVENTMESSAGE¶
The log event message text.
iv_timestamp TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP¶
The timestamp specifying when this log event was created.
iv_ingestiontime TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP¶
The timestamp specifying when this log event was ingested into the log group.
Queryable Attributes¶
logStreamName¶
The name of the log stream that ingested this log event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGSTREAMNAME() |
Getter for LOGSTREAMNAME, with configurable default |
ASK_LOGSTREAMNAME() |
Getter for LOGSTREAMNAME w/ exceptions if field has no value |
HAS_LOGSTREAMNAME() |
Determine if LOGSTREAMNAME has a value |
logGroupIdentifier¶
The name or ARN of the log group that ingested this log event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGROUPIDENTIFIER() |
Getter for LOGGROUPIDENTIFIER, with configurable default |
ASK_LOGGROUPIDENTIFIER() |
Getter for LOGGROUPIDENTIFIER w/ exceptions if field has no |
HAS_LOGGROUPIDENTIFIER() |
Determine if LOGGROUPIDENTIFIER has a value |
message¶
The log event message text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
timestamp¶
The timestamp specifying when this log event was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP has a value |
ingestionTime¶
The timestamp specifying when this log event was ingested into the log group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INGESTIONTIME() |
Getter for INGESTIONTIME, with configurable default |
ASK_INGESTIONTIME() |
Getter for INGESTIONTIME w/ exceptions if field has no value |
HAS_INGESTIONTIME() |
Determine if INGESTIONTIME 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_LIVETAILSESSIONRESULTS¶
TYPES TT_LIVETAILSESSIONRESULTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWLLIVETAILSESSLOGEVT WITH DEFAULT KEY
.