prerequisiteStepIds

@JvmName(name = "yoemigyclxrooxyf")
suspend fun prerequisiteStepIds(value: Output<List<String>>)
@JvmName(name = "kaprjrkjdwdtvtqk")
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 = "fysjfdbvtfdulcdf")
suspend fun prerequisiteStepIds(vararg values: Output<String>)


@JvmName(name = "atcpshgjfupewyfx")
suspend fun prerequisiteStepIds(values: List<Output<String>>)
@JvmName(name = "aapumigqiyfqgbsi")
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.