JobConfigurationManualTriggerConfigArgs

data class JobConfigurationManualTriggerConfigArgs(val parallelism: Output<Int>? = null, val replicaCompletionCount: Output<Int>? = null) : ConvertibleToJava<JobConfigurationManualTriggerConfigArgs>

Manual trigger configuration for a single execution job. Properties replicaCompletionCount and parallelism would be set to 1 by default

Constructors

Link copied to clipboard
constructor(parallelism: Output<Int>? = null, replicaCompletionCount: Output<Int>? = null)

Properties

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

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

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

Minimum number of successful replica completions before overall job completion.

Functions

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