Values_0.JobExecutionsRolloutConfigSourceAllows you to create a staged rollout of a job.
type nonrec t = {maximumPerMinute : MaxJobExecutionsPerMin.t option;The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
*)exponentialRate : ExponentialRolloutRate.t option;The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxJobExecutionsPerMin.t
| `Structure of
(string
* [> `Double of IncrementFactor.t
| `Integer of RolloutRatePerMinute.t
| `Structure of
(string * [> `Integer of NumberOfThings.t ]) list ])
list ])
list ]