waitFor

@JvmName(name = "hrbvsmmodirsbgik")
suspend fun waitFor(value: Output<List<String>>)
@JvmName(name = "kihkecnrfnuwuvve")
suspend fun waitFor(value: List<String>?)

Parameters

value

The ID(s) of the Command(s) that this Command depends on.


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


@JvmName(name = "diofqdpxcccevoqj")
suspend fun waitFor(values: List<Output<String>>)
@JvmName(name = "vnywugyxejrxccah")
suspend fun waitFor(vararg values: String)

Parameters

values

The ID(s) of the Command(s) that this Command depends on.