/AWS1/CL_CWLEXPORTTASK¶
Represents an export task.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_taskid TYPE /AWS1/CWLEXPORTTASKID /AWS1/CWLEXPORTTASKID¶
The ID of the export task.
iv_taskname TYPE /AWS1/CWLEXPORTTASKNAME /AWS1/CWLEXPORTTASKNAME¶
The name of the export task.
iv_loggroupname TYPE /AWS1/CWLLOGGROUPNAME /AWS1/CWLLOGGROUPNAME¶
The name of the log group from which logs data was exported.
iv_from TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP¶
The start time, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.
iv_to TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP¶
The end time, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
iv_destination TYPE /AWS1/CWLEXPORTDSTBUCKET /AWS1/CWLEXPORTDSTBUCKET¶
The name of the S3 bucket to which the log data was exported.
iv_destinationprefix TYPE /AWS1/CWLEXPORTDSTPREFIX /AWS1/CWLEXPORTDSTPREFIX¶
The prefix that was used as the start of Amazon S3 key for every object exported.
io_status TYPE REF TO /AWS1/CL_CWLEXPORTTASKSTATUS /AWS1/CL_CWLEXPORTTASKSTATUS¶
The status of the export task.
io_executioninfo TYPE REF TO /AWS1/CL_CWLEXPORTTASKEXECINFO /AWS1/CL_CWLEXPORTTASKEXECINFO¶
Execution information about the export task.
Queryable Attributes¶
taskId¶
The ID of the export task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKID() |
Getter for TASKID, with configurable default |
ASK_TASKID() |
Getter for TASKID w/ exceptions if field has no value |
HAS_TASKID() |
Determine if TASKID has a value |
taskName¶
The name of the export task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKNAME() |
Getter for TASKNAME, with configurable default |
ASK_TASKNAME() |
Getter for TASKNAME w/ exceptions if field has no value |
HAS_TASKNAME() |
Determine if TASKNAME has a value |
logGroupName¶
The name of the log group from which logs data was exported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGROUPNAME() |
Getter for LOGGROUPNAME, with configurable default |
ASK_LOGGROUPNAME() |
Getter for LOGGROUPNAME w/ exceptions if field has no value |
HAS_LOGGROUPNAME() |
Determine if LOGGROUPNAME has a value |
from¶
The start time, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FROM() |
Getter for FROM, with configurable default |
ASK_FROM() |
Getter for FROM w/ exceptions if field has no value |
HAS_FROM() |
Determine if FROM has a value |
to¶
The end time, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TO() |
Getter for TO, with configurable default |
ASK_TO() |
Getter for TO w/ exceptions if field has no value |
HAS_TO() |
Determine if TO has a value |
destination¶
The name of the S3 bucket to which the log data was exported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATION() |
Getter for DESTINATION, with configurable default |
ASK_DESTINATION() |
Getter for DESTINATION w/ exceptions if field has no value |
HAS_DESTINATION() |
Determine if DESTINATION has a value |
destinationPrefix¶
The prefix that was used as the start of Amazon S3 key for every object exported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONPREFIX() |
Getter for DESTINATIONPREFIX, with configurable default |
ASK_DESTINATIONPREFIX() |
Getter for DESTINATIONPREFIX w/ exceptions if field has no v |
HAS_DESTINATIONPREFIX() |
Determine if DESTINATIONPREFIX has a value |
status¶
The status of the export task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |
executionInfo¶
Execution information about the export task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONINFO() |
Getter for EXECUTIONINFO |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EXPORTTASKS¶
TYPES TT_EXPORTTASKS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWLEXPORTTASK WITH DEFAULT KEY
.