/AWS1/CL_DBRSCHEDULE¶
Represents one or more dates and times when a job is to run.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/DBRSCHEDULENAME /AWS1/DBRSCHEDULENAME¶
The name of the schedule.
Optional arguments:¶
iv_accountid TYPE /AWS1/DBRACCOUNTID /AWS1/DBRACCOUNTID¶
The ID of the Amazon Web Services account that owns the schedule.
iv_createdby TYPE /AWS1/DBRCREATEDBY /AWS1/DBRCREATEDBY¶
The Amazon Resource Name (ARN) of the user who created the schedule.
iv_createdate TYPE /AWS1/DBRDATE /AWS1/DBRDATE¶
The date and time that the schedule was created.
it_jobnames TYPE /AWS1/CL_DBRJOBNAMELIST_W=>TT_JOBNAMELIST TT_JOBNAMELIST¶
A list of jobs to be run, according to the schedule.
iv_lastmodifiedby TYPE /AWS1/DBRLASTMODIFIEDBY /AWS1/DBRLASTMODIFIEDBY¶
The Amazon Resource Name (ARN) of the user who last modified the schedule.
iv_lastmodifieddate TYPE /AWS1/DBRDATE /AWS1/DBRDATE¶
The date and time when the schedule was last modified.
iv_resourcearn TYPE /AWS1/DBRARN /AWS1/DBRARN¶
The Amazon Resource Name (ARN) of the schedule.
iv_cronexpression TYPE /AWS1/DBRCRONEXPRESSION /AWS1/DBRCRONEXPRESSION¶
The dates and times when the job is to run. For more information, see Cron expressions in the Glue DataBrew Developer Guide.
it_tags TYPE /AWS1/CL_DBRTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
Metadata tags that have been applied to the schedule.
Queryable Attributes¶
AccountId¶
The ID of the Amazon Web Services account that owns the schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
CreatedBy¶
The Amazon Resource Name (ARN) of the user who created the schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
CreateDate¶
The date and time that the schedule was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDATE() |
Getter for CREATEDATE, with configurable default |
ASK_CREATEDATE() |
Getter for CREATEDATE w/ exceptions if field has no value |
HAS_CREATEDATE() |
Determine if CREATEDATE has a value |
JobNames¶
A list of jobs to be run, according to the schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBNAMES() |
Getter for JOBNAMES, with configurable default |
ASK_JOBNAMES() |
Getter for JOBNAMES w/ exceptions if field has no value |
HAS_JOBNAMES() |
Determine if JOBNAMES has a value |
LastModifiedBy¶
The Amazon Resource Name (ARN) of the user who last modified the schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDBY() |
Getter for LASTMODIFIEDBY, with configurable default |
ASK_LASTMODIFIEDBY() |
Getter for LASTMODIFIEDBY w/ exceptions if field has no valu |
HAS_LASTMODIFIEDBY() |
Determine if LASTMODIFIEDBY has a value |
LastModifiedDate¶
The date and time when the schedule was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDDATE() |
Getter for LASTMODIFIEDDATE, with configurable default |
ASK_LASTMODIFIEDDATE() |
Getter for LASTMODIFIEDDATE w/ exceptions if field has no va |
HAS_LASTMODIFIEDDATE() |
Determine if LASTMODIFIEDDATE has a value |
ResourceArn¶
The Amazon Resource Name (ARN) of the schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
CronExpression¶
The dates and times when the job is to run. For more information, see Cron expressions in the Glue DataBrew Developer Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CRONEXPRESSION() |
Getter for CRONEXPRESSION, with configurable default |
ASK_CRONEXPRESSION() |
Getter for CRONEXPRESSION w/ exceptions if field has no valu |
HAS_CRONEXPRESSION() |
Determine if CRONEXPRESSION has a value |
Tags¶
Metadata tags that have been applied to the schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
Name¶
The name of the schedule.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SCHEDULELIST¶
TYPES TT_SCHEDULELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DBRSCHEDULE WITH DEFAULT KEY
.