prerequisiteStepIds

@JvmName(name = "ldtoxrylymcjpdhg")
suspend fun prerequisiteStepIds(value: Output<List<String>>)
@JvmName(name = "erenxqyfviibxmdb")
suspend fun prerequisiteStepIds(value: List<String>?)

Parameters

value

Optional. The optional list of prerequisite job step_ids. If not specified, the job will start at the beginning of workflow.


@JvmName(name = "rvyexnfcfjxuanig")
suspend fun prerequisiteStepIds(vararg values: Output<String>)


@JvmName(name = "vshrpftlmrdxkyxq")
suspend fun prerequisiteStepIds(values: List<Output<String>>)
@JvmName(name = "bnnscbatigkeoage")
suspend fun prerequisiteStepIds(vararg values: String)

Parameters

values

Optional. The optional list of prerequisite job step_ids. If not specified, the job will start at the beginning of workflow.