Job Scale Args
data class JobScaleArgs(val maxExecutions: Output<Int>? = null, val minExecutions: Output<Int>? = null, val pollingInterval: Output<Int>? = null, val rules: Output<List<JobScaleRuleArgs>>? = null) : ConvertibleToJava<JobScaleArgs>
Scaling configurations for event driven jobs.
Constructors
Link copied to clipboard
fun JobScaleArgs(maxExecutions: Output<Int>? = null, minExecutions: Output<Int>? = null, pollingInterval: Output<Int>? = null, rules: Output<List<JobScaleRuleArgs>>? = null)