Values.DeploymentIoTJobConfigurationSourceContains information about an IoT job configuration.
type nonrec t = {jobExecutionsRolloutConfig : IoTJobExecutionsRolloutConfig.t option;The rollout configuration for the job. This configuration defines the rate at which the job rolls out to the fleet of target devices.
*)abortConfig : IoTJobAbortConfig.t option;The stop configuration for the job. This configuration defines when and how to stop a job rollout.
*)timeoutConfig : IoTJobTimeoutConfig.t option;The timeout configuration for the job. This configuration defines the amount of time each device has to complete the job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of IoTJobMaxExecutionsPerMin.t
| `List of
[> `Structure of
(string
* [> `Double of IoTJobAbortThresholdPercentage.t
| `Enum of string
| `Integer of IoTJobMinimumNumberOfExecutedThings.t ])
list ]
list
| `Long of IoTJobInProgressTimeoutInMinutes.t
| `Structure of
(string
* [> `Double of IoTJobRolloutIncrementFactor.t
| `Integer of IoTJobRolloutBaseRatePerMinute.t
| `Structure of
(string * [> `Integer of IoTJobNumberOfThings.t ])
list ])
list ])
list ])
list ]