Job Scheduling Args
data class JobSchedulingArgs(val maxFailuresPerHour: Output<Int>? = null, val maxFailuresTotal: Output<Int>? = null) : ConvertibleToJava<JobSchedulingArgs>
Job scheduling options.
Constructors
Link copied to clipboard
fun JobSchedulingArgs(maxFailuresPerHour: Output<Int>? = null, maxFailuresTotal: Output<Int>? = null)