Values.UpdatePolicySourceSpecifies the infrastructure update policy for the Amazon EC2 compute environment. For more information about infrastructure updates, see Updating compute environments in the Batch User Guide.
type nonrec t = {terminateJobsOnUpdate : Boolean.t option;Specifies whether jobs are automatically terminated when the compute environment infrastructure is updated. The default value is false.
*)jobExecutionTimeoutMinutes : JobExecutionTimeoutMinutes.t option;Specifies the job timeout (in minutes) when the compute environment infrastructure is updated. The default value is 30.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t | `Long of JobExecutionTimeoutMinutes.t ])
list ]