Skip to content

/AWS1/CL_TRLSTOPIMPORTRESPONSE

StopImportResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_IMPORTID TYPE /AWS1/TRLUUID /AWS1/TRLUUID

The ID for the import.

IO_IMPORTSOURCE TYPE REF TO /AWS1/CL_TRLIMPORTSOURCE /AWS1/CL_TRLIMPORTSOURCE

The source S3 bucket for the import.

IT_DESTINATIONS TYPE /AWS1/CL_TRLIMPORTDSTS_W=>TT_IMPORTDESTINATIONS TT_IMPORTDESTINATIONS

The ARN of the destination event data store.

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 the import's last update.

IV_STARTEVENTTIME TYPE /AWS1/TRLDATE /AWS1/TRLDATE

Used with EndEventTime to bound a StartImport 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 a StartImport request, and limit imported trail events to only those events logged within a specified time period.

IO_IMPORTSTATISTICS TYPE REF TO /AWS1/CL_TRLIMPORTSTATISTICS /AWS1/CL_TRLIMPORTSTATISTICS

Returns information on the stopped import.


Queryable Attributes

ImportId

The ID for 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

ImportSource

The source S3 bucket for the import.

Accessible with the following methods

Method Description
GET_IMPORTSOURCE() Getter for IMPORTSOURCE

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

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 the import's last update.

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

StartEventTime

Used with EndEventTime to bound a StartImport 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 a StartImport 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

ImportStatistics

Returns information on the stopped import.

Accessible with the following methods

Method Description
GET_IMPORTSTATISTICS() Getter for IMPORTSTATISTICS