Skip to content

/AWS1/CL_IOTMAINTENANCEWINDOW

An optional configuration within the SchedulingConfig to setup a recurring maintenance window with a predetermined start time and duration for the rollout of a job document to all devices in a target group for a job.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_starttime TYPE /AWS1/IOTCRONEXPRESSION /AWS1/IOTCRONEXPRESSION

Displays the start time of the next maintenance window.

iv_durationinminutes TYPE /AWS1/IOTDURATIONINMINUTES /AWS1/IOTDURATIONINMINUTES

Displays the duration of the next maintenance window.


Queryable Attributes

startTime

Displays the start time of the next maintenance window.

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME, with configurable default
ASK_STARTTIME() Getter for STARTTIME w/ exceptions if field has no value
HAS_STARTTIME() Determine if STARTTIME has a value

durationInMinutes

Displays the duration of the next maintenance window.

Accessible with the following methods

Method Description
GET_DURATIONINMINUTES() Getter for DURATIONINMINUTES, with configurable default
ASK_DURATIONINMINUTES() Getter for DURATIONINMINUTES w/ exceptions if field has no v
HAS_DURATIONINMINUTES() Determine if DURATIONINMINUTES 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_MAINTENANCEWINDOWS

TYPES TT_MAINTENANCEWINDOWS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTMAINTENANCEWINDOW WITH DEFAULT KEY
.