Skip to content

/AWS1/CL_SCDFLEXIBLETIMEWINDOW

Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_mode TYPE /AWS1/SCDFLEXIBLETIMEWINDOWMDE /AWS1/SCDFLEXIBLETIMEWINDOWMDE

Determines whether the schedule is invoked within a flexible time window.

Optional arguments:

iv_maximumwindowinminutes TYPE /AWS1/SCDMAXWINDOWINMINUTES /AWS1/SCDMAXWINDOWINMINUTES

The maximum time window during which a schedule can be invoked.


Queryable Attributes

Mode

Determines whether the schedule is invoked within a flexible time window.

Accessible with the following methods

Method Description
GET_MODE() Getter for MODE, with configurable default
ASK_MODE() Getter for MODE w/ exceptions if field has no value
HAS_MODE() Determine if MODE has a value

MaximumWindowInMinutes

The maximum time window during which a schedule can be invoked.

Accessible with the following methods

Method Description
GET_MAXIMUMWINDOWINMINUTES() Getter for MAXIMUMWINDOWINMINUTES, with configurable default
ASK_MAXIMUMWINDOWINMINUTES() Getter for MAXIMUMWINDOWINMINUTES w/ exceptions if field has
HAS_MAXIMUMWINDOWINMINUTES() Determine if MAXIMUMWINDOWINMINUTES has a value