dependsOn

@JvmName(name = "chmeitehaumvvujy")
suspend fun dependsOn(value: Output<List<PipeBatchJobDependencyArgs>>)
@JvmName(name = "bxymgdqprqdtinmo")
suspend fun dependsOn(value: List<PipeBatchJobDependencyArgs>?)

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.


@JvmName(name = "cetonyedvdbphxba")
suspend fun dependsOn(vararg values: Output<PipeBatchJobDependencyArgs>)


@JvmName(name = "eepdwnjgywusmbdj")
suspend fun dependsOn(values: List<Output<PipeBatchJobDependencyArgs>>)
@JvmName(name = "egyewpqedomtneuy")
suspend fun dependsOn(vararg values: PipeBatchJobDependencyArgs)

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.


@JvmName(name = "fihpviyvlqekwddf")
suspend fun dependsOn(argument: List<suspend PipeBatchJobDependencyArgsBuilder.() -> Unit>)
@JvmName(name = "vbxuscdriswknuei")
suspend fun dependsOn(vararg argument: suspend PipeBatchJobDependencyArgsBuilder.() -> Unit)
@JvmName(name = "nnrdhgkwotuwbpgm")
suspend fun dependsOn(argument: suspend PipeBatchJobDependencyArgsBuilder.() -> 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.