/AWS1/CL_CWLIMPORT¶
An import job to move data from CloudTrail Event Data Store to CloudWatch.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_importid TYPE /AWS1/CWLIMPORTID /AWS1/CWLIMPORTID¶
The unique identifier of the import task.
iv_importsourcearn TYPE /AWS1/CWLARN /AWS1/CWLARN¶
The ARN of the CloudTrail Lake Event Data Store being imported from.
iv_importstatus TYPE /AWS1/CWLIMPORTSTATUS /AWS1/CWLIMPORTSTATUS¶
The current status of the import task. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
iv_importdestinationarn TYPE /AWS1/CWLARN /AWS1/CWLARN¶
The ARN of the managed CloudWatch Logs log group where the events are being imported to.
io_importstatistics TYPE REF TO /AWS1/CL_CWLIMPORTSTATISTICS /AWS1/CL_CWLIMPORTSTATISTICS¶
Statistics about the import progress
io_importfilter TYPE REF TO /AWS1/CL_CWLIMPORTFILTER /AWS1/CL_CWLIMPORTFILTER¶
The filter criteria used for this import task.
iv_creationtime TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP¶
The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
iv_lastupdatedtime TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP¶
The timestamp when the import task was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
iv_errormessage TYPE /AWS1/CWLERRORMESSAGE /AWS1/CWLERRORMESSAGE¶
Error message related to any failed imports
Queryable Attributes¶
importId¶
The unique identifier of the import task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTID() |
Getter for IMPORTID, with configurable default |
ASK_IMPORTID() |
Getter for IMPORTID w/ exceptions if field has no value |
HAS_IMPORTID() |
Determine if IMPORTID has a value |
importSourceArn¶
The ARN of the CloudTrail Lake Event Data Store being imported from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTSOURCEARN() |
Getter for IMPORTSOURCEARN, with configurable default |
ASK_IMPORTSOURCEARN() |
Getter for IMPORTSOURCEARN w/ exceptions if field has no val |
HAS_IMPORTSOURCEARN() |
Determine if IMPORTSOURCEARN has a value |
importStatus¶
The current status of the import task. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTSTATUS() |
Getter for IMPORTSTATUS, with configurable default |
ASK_IMPORTSTATUS() |
Getter for IMPORTSTATUS w/ exceptions if field has no value |
HAS_IMPORTSTATUS() |
Determine if IMPORTSTATUS has a value |
importDestinationArn¶
The ARN of the managed CloudWatch Logs log group where the events are being imported to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTDESTINATIONARN() |
Getter for IMPORTDESTINATIONARN, with configurable default |
ASK_IMPORTDESTINATIONARN() |
Getter for IMPORTDESTINATIONARN w/ exceptions if field has n |
HAS_IMPORTDESTINATIONARN() |
Determine if IMPORTDESTINATIONARN has a value |
importStatistics¶
Statistics about the import progress
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTSTATISTICS() |
Getter for IMPORTSTATISTICS |
importFilter¶
The filter criteria used for this import task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTFILTER() |
Getter for IMPORTFILTER |
creationTime¶
The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
lastUpdatedTime¶
The timestamp when the import task was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |
errorMessage¶
Error message related to any failed imports
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE 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_IMPORTLIST¶
TYPES TT_IMPORTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWLIMPORT WITH DEFAULT KEY
.