Enterprise Crm Frontends Eventbus Proto Rollback Strategy Args
data class EnterpriseCrmFrontendsEventbusProtoRollbackStrategyArgs(val parameters: Output<EnterpriseCrmFrontendsEventbusProtoEventParametersArgs>? = null, val rollbackTaskImplementationClassName: Output<String>, val taskNumbersToRollback: Output<List<String>>) : ConvertibleToJava<EnterpriseCrmFrontendsEventbusProtoRollbackStrategyArgs>
Next available id: 4
Constructors
Link copied to clipboard
constructor(parameters: Output<EnterpriseCrmFrontendsEventbusProtoEventParametersArgs>? = null, rollbackTaskImplementationClassName: Output<String>, taskNumbersToRollback: Output<List<String>>)
Properties
Link copied to clipboard
Optional. The customized parameters the user can pass to this task.
Link copied to clipboard
This is the name of the task that needs to be executed upon rollback of this task.
Link copied to clipboard
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.