Values.StepOptionsSourceConfiguration options for a step operation.
type nonrec t = {nextAttemptDelaySeconds : StepOptionsNextAttemptDelaySecondsInteger.t option;The delay in seconds before the next retry attempt.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of StepOptionsNextAttemptDelaySecondsInteger.t ])
list ]