ParallelismConfigurationPropertiesArgs

data class ParallelismConfigurationPropertiesArgs(val maxParallelExecutionSteps: Output<Int>) : ConvertibleToJava<ParallelismConfigurationPropertiesArgs>

The parallelism configuration applied to the pipeline.

Constructors

Link copied to clipboard
constructor(maxParallelExecutionSteps: Output<Int>)

Properties

Link copied to clipboard

Maximum parallel execution steps

Functions

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