Values_0.JobExecutionsRetryConfigSourceThe configuration that determines how many retries are allowed for each failure type for a job.
type nonrec t = {criteriaList : RetryCriteriaList.t;The list of criteria that determines how many retries are allowed for each failure type for a job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `Integer of NumberOfRetries.t ])
list ]
list ])
list ]