CxFlowEventHandlerTriggerFulfillmentConditionalCaseArgs

data class CxFlowEventHandlerTriggerFulfillmentConditionalCaseArgs(val cases: Output<String>? = null) : ConvertibleToJava<CxFlowEventHandlerTriggerFulfillmentConditionalCaseArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val cases: Output<String>? = null

A JSON encoded list of cascading if-else conditions. Cases are mutually exclusive. The first one with a matching condition is selected, all the rest ignored. See Case for the schema.