taskNumbersToRollback

@JvmName(name = "pwwwslbmukxickpd")
suspend fun taskNumbersToRollback(value: Output<List<String>>)
@JvmName(name = "vjaiqmqdttwsdubi")
suspend fun taskNumbersToRollback(value: List<String>)

Parameters

value

These are the tasks numbers of the tasks whose rollback_strategy.rollback_task_implementation_class_name needs to be executed upon failure of this task.


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


@JvmName(name = "qmvmsbcyhsnocypa")
suspend fun taskNumbersToRollback(values: List<Output<String>>)
@JvmName(name = "sqtouelgmhvexsnm")
suspend fun taskNumbersToRollback(vararg values: String)

Parameters

values

These are the tasks numbers of the tasks whose rollback_strategy.rollback_task_implementation_class_name needs to be executed upon failure of this task.