JobConfigurationResponseEventTriggerConfig

data class JobConfigurationResponseEventTriggerConfig(val parallelism: Int? = null, val replicaCompletionCount: Int? = null, val scale: JobScaleResponse? = null)

Trigger configuration of an event driven job.

Constructors

constructor(parallelism: Int? = null, replicaCompletionCount: Int? = null, scale: JobScaleResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val parallelism: Int? = null

Number of parallel replicas of a job that can run at a given time.

Link copied to clipboard

Minimum number of successful replica completions before overall job completion.

Link copied to clipboard
val scale: JobScaleResponse? = null

Scaling configurations for event driven jobs.