Workflow Template Job Scheduling Args
data class WorkflowTemplateJobSchedulingArgs(val maxFailuresPerHour: Output<Int>? = null, val maxFailuresTotal: Output<Int>? = null) : ConvertibleToJava<WorkflowTemplateJobSchedulingArgs>
Constructors
Link copied to clipboard
fun WorkflowTemplateJobSchedulingArgs(maxFailuresPerHour: Output<Int>? = null, maxFailuresTotal: Output<Int>? = null)