JobEventTriggerConfigScaleArgs

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
val maxExecutions: Output<Int>? = null

Maximum number of job executions that are created for a trigger.

Link copied to clipboard
val minExecutions: Output<Int>? = null

Minimum number of job executions that are created for a trigger.

Link copied to clipboard
val pollingIntervalInSeconds: Output<Int>? = null

Interval to check each event source in seconds.

Link copied to clipboard

A rules block as defined below.

Functions

Link copied to clipboard
open override fun toJava(): JobEventTriggerConfigScaleArgs