Job Template Abort Criteria Args
data class JobTemplateAbortCriteriaArgs(val action: Output<JobTemplateAction>, val failureType: Output<JobTemplateFailureType>, val minNumberOfExecutedThings: Output<Int>, val thresholdPercentage: Output<Double>) : ConvertibleToJava<JobTemplateAbortCriteriaArgs>
The criteria that determine when and how a job abort takes place.
Constructors
Link copied to clipboard
fun JobTemplateAbortCriteriaArgs(action: Output<JobTemplateAction>, failureType: Output<JobTemplateFailureType>, minNumberOfExecutedThings: Output<Int>, thresholdPercentage: Output<Double>)