Compute Environment Update Policy
data class ComputeEnvironmentUpdatePolicy(val jobExecutionTimeoutMinutes: Int? = null, val terminateJobsOnUpdate: Boolean? = null)
Properties
Link copied to clipboard
Specifies the job timeout (in minutes) when the compute environment infrastructure is updated. The default value is 30.
Link copied to clipboard
Specifies whether jobs are automatically terminated when the compute environment infrastructure is updated. The default value is false
.