Skip to content

/AWS1/CL_CWLSCHDDQUERYSUMMARY

Summary information about a scheduled query, used in list operations.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_scheduledqueryarn TYPE /AWS1/CWLARN /AWS1/CWLARN

The ARN of the scheduled query.

iv_name TYPE /AWS1/CWLSCHEDULEDQUERYNAME /AWS1/CWLSCHEDULEDQUERYNAME

The name of the scheduled query.

iv_state TYPE /AWS1/CWLSCHEDULEDQUERYSTATE /AWS1/CWLSCHEDULEDQUERYSTATE

The current state of the scheduled query (ENABLED or DISABLED).

iv_lasttriggeredtime TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP

The time when the scheduled query was last executed.

iv_lastexecutionstatus TYPE /AWS1/CWLEXECUTIONSTATUS /AWS1/CWLEXECUTIONSTATUS

The status of the last execution (Running, Complete, Failed, Timeout, or InvalidQuery).

iv_scheduleexpression TYPE /AWS1/CWLSCHEDULEEXPRESSION /AWS1/CWLSCHEDULEEXPRESSION

The cron expression that defines when the scheduled query runs.

iv_timezone TYPE /AWS1/CWLSCHEDULETIMEZONE /AWS1/CWLSCHEDULETIMEZONE

The timezone in which the schedule expression is evaluated.

io_destinationconfiguration TYPE REF TO /AWS1/CL_CWLDESTINATIONCONF /AWS1/CL_CWLDESTINATIONCONF

Configuration for destinations where the query results are delivered.

iv_creationtime TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP

The time when the scheduled query was created.

iv_lastupdatedtime TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP

The time when the scheduled query was last updated.


Queryable Attributes

scheduledQueryArn

The ARN of the scheduled query.

Accessible with the following methods

Method Description
GET_SCHEDULEDQUERYARN() Getter for SCHEDULEDQUERYARN, with configurable default
ASK_SCHEDULEDQUERYARN() Getter for SCHEDULEDQUERYARN w/ exceptions if field has no v
HAS_SCHEDULEDQUERYARN() Determine if SCHEDULEDQUERYARN has a value

name

The name of the scheduled query.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

state

The current state of the scheduled query (ENABLED or DISABLED).

Accessible with the following methods

Method Description
GET_STATE() Getter for STATE, with configurable default
ASK_STATE() Getter for STATE w/ exceptions if field has no value
HAS_STATE() Determine if STATE has a value

lastTriggeredTime

The time when the scheduled query was last executed.

Accessible with the following methods

Method Description
GET_LASTTRIGGEREDTIME() Getter for LASTTRIGGEREDTIME, with configurable default
ASK_LASTTRIGGEREDTIME() Getter for LASTTRIGGEREDTIME w/ exceptions if field has no v
HAS_LASTTRIGGEREDTIME() Determine if LASTTRIGGEREDTIME has a value

lastExecutionStatus

The status of the last execution (Running, Complete, Failed, Timeout, or InvalidQuery).

Accessible with the following methods

Method Description
GET_LASTEXECUTIONSTATUS() Getter for LASTEXECUTIONSTATUS, with configurable default
ASK_LASTEXECUTIONSTATUS() Getter for LASTEXECUTIONSTATUS w/ exceptions if field has no
HAS_LASTEXECUTIONSTATUS() Determine if LASTEXECUTIONSTATUS has a value

scheduleExpression

The cron expression that defines when the scheduled query runs.

Accessible with the following methods

Method Description
GET_SCHEDULEEXPRESSION() Getter for SCHEDULEEXPRESSION, with configurable default
ASK_SCHEDULEEXPRESSION() Getter for SCHEDULEEXPRESSION w/ exceptions if field has no
HAS_SCHEDULEEXPRESSION() Determine if SCHEDULEEXPRESSION has a value

timezone

The timezone in which the schedule expression is evaluated.

Accessible with the following methods

Method Description
GET_TIMEZONE() Getter for TIMEZONE, with configurable default
ASK_TIMEZONE() Getter for TIMEZONE w/ exceptions if field has no value
HAS_TIMEZONE() Determine if TIMEZONE has a value

destinationConfiguration

Configuration for destinations where the query results are delivered.

Accessible with the following methods

Method Description
GET_DESTINATIONCONFIGURATION() Getter for DESTINATIONCONFIGURATION

creationTime

The time when the scheduled query was created.

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 time when the scheduled query was last updated.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SCHEDULEDQUERYSUMMARYLIST

TYPES TT_SCHEDULEDQUERYSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWLSCHDDQUERYSUMMARY WITH DEFAULT KEY
.