prerequisiteStepIds

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


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