JobExecutionPropertyArgs

data class JobExecutionPropertyArgs(val maxConcurrentRuns: Output<Double>? = null) : ConvertibleToJava<JobExecutionPropertyArgs>

Constructors

Link copied to clipboard
constructor(maxConcurrentRuns: Output<Double>? = null)

Properties

Link copied to clipboard
val maxConcurrentRuns: Output<Double>? = null

The maximum number of concurrent runs allowed for the job.

Functions

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