/AWS1/CL_IOTJOBEXECSRLOUTCFG¶
Allows you to create a staged rollout of a job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_maximumperminute TYPE /AWS1/IOTMAXJOBEXECSPERMIN /AWS1/IOTMAXJOBEXECSPERMIN¶
The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
io_exponentialrate TYPE REF TO /AWS1/CL_IOTEXPROLLOUTRATE /AWS1/CL_IOTEXPROLLOUTRATE¶
The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.
Queryable Attributes¶
maximumPerMinute¶
The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXIMUMPERMINUTE() |
Getter for MAXIMUMPERMINUTE, with configurable default |
ASK_MAXIMUMPERMINUTE() |
Getter for MAXIMUMPERMINUTE w/ exceptions if field has no va |
HAS_MAXIMUMPERMINUTE() |
Determine if MAXIMUMPERMINUTE has a value |
exponentialRate¶
The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPONENTIALRATE() |
Getter for EXPONENTIALRATE |