EnterpriseCrmEventbusProtoSuccessPolicyArgs

data class EnterpriseCrmEventbusProtoSuccessPolicyArgs(val finalState: Output<EnterpriseCrmEventbusProtoSuccessPolicyFinalState>? = null) : ConvertibleToJava<EnterpriseCrmEventbusProtoSuccessPolicyArgs>

Policy that dictates the behavior for the task after it completes successfully.

Constructors

constructor(finalState: Output<EnterpriseCrmEventbusProtoSuccessPolicyFinalState>? = null)

Properties

Link copied to clipboard

State to which the execution snapshot status will be set if the task succeeds.

Functions

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