Job Event Trigger Config Scale Args
data class JobEventTriggerConfigScaleArgs(val maxExecutions: Output<Int>? = null, val minExecutions: Output<Int>? = null, val pollingIntervalInSeconds: Output<Int>? = null, val rules: Output<List<JobEventTriggerConfigScaleRuleArgs>>? = null) : ConvertibleToJava<JobEventTriggerConfigScaleArgs>
Constructors
Link copied to clipboard
constructor(maxExecutions: Output<Int>? = null, minExecutions: Output<Int>? = null, pollingIntervalInSeconds: Output<Int>? = null, rules: Output<List<JobEventTriggerConfigScaleRuleArgs>>? = null)
Properties
Link copied to clipboard
Maximum number of job executions that are created for a trigger.
Link copied to clipboard
Minimum number of job executions that are created for a trigger.
Link copied to clipboard
Interval to check each event source in seconds.
Link copied to clipboard
A rules
block as defined below.