Skip to content

/AWS1/CL_CWLCREATEIMPTASKRSP

CreateImportTaskResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_importid TYPE /AWS1/CWLIMPORTID /AWS1/CWLIMPORTID

A unique identifier for the import task.

iv_importdestinationarn TYPE /AWS1/CWLARN /AWS1/CWLARN

The ARN of the CloudWatch Logs log group created as the destination for the imported events.

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.


Queryable Attributes

importId

A unique identifier for 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

importDestinationArn

The ARN of the CloudWatch Logs log group created as the destination for the imported events.

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

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