EnterpriseCrmFrontendsEventbusProtoRollbackStrategyArgs

data class EnterpriseCrmFrontendsEventbusProtoRollbackStrategyArgs(val parameters: Output<EnterpriseCrmFrontendsEventbusProtoEventParametersArgs>? = null, val rollbackTaskImplementationClassName: Output<String>, val taskNumbersToRollback: Output<List<String>>) : ConvertibleToJava<EnterpriseCrmFrontendsEventbusProtoRollbackStrategyArgs>

Next available id: 4

Constructors

fun EnterpriseCrmFrontendsEventbusProtoRollbackStrategyArgs(parameters: Output<EnterpriseCrmFrontendsEventbusProtoEventParametersArgs>? = null, rollbackTaskImplementationClassName: Output<String>, taskNumbersToRollback: Output<List<String>>)

Functions

Link copied to clipboard
open override fun toJava(): EnterpriseCrmFrontendsEventbusProtoRollbackStrategyArgs

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.