Pipe Target Parameters Batch Job Parameters Args
data class PipeTargetParametersBatchJobParametersArgs(val arrayProperties: Output<PipeTargetParametersBatchJobParametersArrayPropertiesArgs>? = null, val containerOverrides: Output<PipeTargetParametersBatchJobParametersContainerOverridesArgs>? = null, val dependsOns: Output<List<PipeTargetParametersBatchJobParametersDependsOnArgs>>? = null, val jobDefinition: Output<String>, val jobName: Output<String>, val parameters: Output<Map<String, String>>? = null, val retryStrategy: Output<PipeTargetParametersBatchJobParametersRetryStrategyArgs>? = null) : ConvertibleToJava<PipeTargetParametersBatchJobParametersArgs>
Constructors
Link copied to clipboard
fun PipeTargetParametersBatchJobParametersArgs(arrayProperties: Output<PipeTargetParametersBatchJobParametersArrayPropertiesArgs>? = null, containerOverrides: Output<PipeTargetParametersBatchJobParametersContainerOverridesArgs>? = null, dependsOns: Output<List<PipeTargetParametersBatchJobParametersDependsOnArgs>>? = null, jobDefinition: Output<String>, jobName: Output<String>, parameters: Output<Map<String, String>>? = null, retryStrategy: Output<PipeTargetParametersBatchJobParametersRetryStrategyArgs>? = null)
Functions
Properties
Link copied to clipboard
val containerOverrides: Output<PipeTargetParametersBatchJobParametersContainerOverridesArgs>? = null
Link copied to clipboard
A list of dependencies for the job. A job can depend upon a maximum of 20 jobs. You can specify a SEQUENTIAL type dependency without specifying a job ID for array jobs so that each child array job completes sequentially, starting at index 0. You can also specify an N_TO_N type dependency with a job ID for array jobs. In that case, each index child of this job must wait for the corresponding index child of each dependency to complete before it can begin. Detailed below.