JobEventTriggerConfigScale

data class JobEventTriggerConfigScale(val maxExecutions: Int? = null, val minExecutions: Int? = null, val pollingIntervalInSeconds: Int? = null, val rules: List<JobEventTriggerConfigScaleRule>? = null)

Constructors

Link copied to clipboard
constructor(maxExecutions: Int? = null, minExecutions: Int? = null, pollingIntervalInSeconds: Int? = null, rules: List<JobEventTriggerConfigScaleRule>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxExecutions: Int? = null

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

Link copied to clipboard
val minExecutions: Int? = null

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.