dependsOns

@JvmName(name = "nawpllfpfrqihpwl")
suspend fun dependsOns(value: Output<List<PipeTargetParametersBatchJobParametersDependsOnArgs>>)
@JvmName(name = "cydcctuxddnslmbh")
suspend fun dependsOns(value: List<PipeTargetParametersBatchJobParametersDependsOnArgs>?)

Parameters

value

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.


@JvmName(name = "wocrvneshwniqftt")
suspend fun dependsOns(vararg values: Output<PipeTargetParametersBatchJobParametersDependsOnArgs>)


@JvmName(name = "smmrvuaflqlumchh")
suspend fun dependsOns(values: List<Output<PipeTargetParametersBatchJobParametersDependsOnArgs>>)
@JvmName(name = "xbyoqycerkdrheem")
suspend fun dependsOns(vararg values: PipeTargetParametersBatchJobParametersDependsOnArgs)

Parameters

values

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.


@JvmName(name = "eanroeyfsorfvxjj")
suspend fun dependsOns(argument: List<suspend PipeTargetParametersBatchJobParametersDependsOnArgsBuilder.() -> Unit>)
@JvmName(name = "vobdradlowligbmd")
suspend fun dependsOns(vararg argument: suspend PipeTargetParametersBatchJobParametersDependsOnArgsBuilder.() -> Unit)
@JvmName(name = "qdjpufdwsubhxtlk")
suspend fun dependsOns(argument: suspend PipeTargetParametersBatchJobParametersDependsOnArgsBuilder.() -> Unit)

Parameters

argument

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.