/AWS1/CL_TRLGETIMPORTRESPONSE¶
GetImportResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_importid
TYPE /AWS1/TRLUUID
/AWS1/TRLUUID
¶
The ID of the import.
it_destinations
TYPE /AWS1/CL_TRLIMPORTDSTS_W=>TT_IMPORTDESTINATIONS
TT_IMPORTDESTINATIONS
¶
The ARN of the destination event data store.
io_importsource
TYPE REF TO /AWS1/CL_TRLIMPORTSOURCE
/AWS1/CL_TRLIMPORTSOURCE
¶
The source S3 bucket.
iv_starteventtime
TYPE /AWS1/TRLDATE
/AWS1/TRLDATE
¶
Used with
EndEventTime
to bound aStartImport
request, and limit imported trail events to only those events logged within a specified time period.
iv_endeventtime
TYPE /AWS1/TRLDATE
/AWS1/TRLDATE
¶
Used with
StartEventTime
to bound aStartImport
request, and limit imported trail events to only those events logged within a specified time period.
iv_importstatus
TYPE /AWS1/TRLIMPORTSTATUS
/AWS1/TRLIMPORTSTATUS
¶
The status of the import.
iv_createdtimestamp
TYPE /AWS1/TRLDATE
/AWS1/TRLDATE
¶
The timestamp of the import's creation.
iv_updatedtimestamp
TYPE /AWS1/TRLDATE
/AWS1/TRLDATE
¶
The timestamp of when the import was updated.
io_importstatistics
TYPE REF TO /AWS1/CL_TRLIMPORTSTATISTICS
/AWS1/CL_TRLIMPORTSTATISTICS
¶
Provides statistics for the import. CloudTrail does not update import statistics in real-time. Returned values for parameters such as
EventsCompleted
may be lower than the actual value, because CloudTrail updates statistics incrementally over the course of the import.
Queryable Attributes¶
ImportId¶
The ID of the import.
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 |
Destinations¶
The ARN of the destination event data store.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESTINATIONS() |
Getter for DESTINATIONS, with configurable default |
ASK_DESTINATIONS() |
Getter for DESTINATIONS w/ exceptions if field has no value |
HAS_DESTINATIONS() |
Determine if DESTINATIONS has a value |
ImportSource¶
The source S3 bucket.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IMPORTSOURCE() |
Getter for IMPORTSOURCE |
StartEventTime¶
Used with
EndEventTime
to bound aStartImport
request, and limit imported trail events to only those events logged within a specified time period.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTEVENTTIME() |
Getter for STARTEVENTTIME, with configurable default |
ASK_STARTEVENTTIME() |
Getter for STARTEVENTTIME w/ exceptions if field has no valu |
HAS_STARTEVENTTIME() |
Determine if STARTEVENTTIME has a value |
EndEventTime¶
Used with
StartEventTime
to bound aStartImport
request, and limit imported trail events to only those events logged within a specified time period.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENDEVENTTIME() |
Getter for ENDEVENTTIME, with configurable default |
ASK_ENDEVENTTIME() |
Getter for ENDEVENTTIME w/ exceptions if field has no value |
HAS_ENDEVENTTIME() |
Determine if ENDEVENTTIME has a value |
ImportStatus¶
The status of the import.
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 |
CreatedTimestamp¶
The timestamp of the import's creation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP, with configurable default |
ASK_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP w/ exceptions if field has no va |
HAS_CREATEDTIMESTAMP() |
Determine if CREATEDTIMESTAMP has a value |
UpdatedTimestamp¶
The timestamp of when the import was updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPDATEDTIMESTAMP() |
Getter for UPDATEDTIMESTAMP, with configurable default |
ASK_UPDATEDTIMESTAMP() |
Getter for UPDATEDTIMESTAMP w/ exceptions if field has no va |
HAS_UPDATEDTIMESTAMP() |
Determine if UPDATEDTIMESTAMP has a value |
ImportStatistics¶
Provides statistics for the import. CloudTrail does not update import statistics in real-time. Returned values for parameters such as
EventsCompleted
may be lower than the actual value, because CloudTrail updates statistics incrementally over the course of the import.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IMPORTSTATISTICS() |
Getter for IMPORTSTATISTICS |