Values.IoTJobAbortConfigSourceContains a list of criteria that define when and how to cancel a configuration deployment.
type nonrec t = {criteriaList : IoTJobAbortCriteriaList.t;The list of criteria that define when and how to cancel the configuration deployment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of IoTJobAbortThresholdPercentage.t
| `Enum of string
| `Integer of IoTJobMinimumNumberOfExecutedThings.t ])
list ]
list ])
list ]