CxFlowTransitionRouteTriggerFulfillmentSetParameterActionArgs

data class CxFlowTransitionRouteTriggerFulfillmentSetParameterActionArgs(val parameter: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<CxFlowTransitionRouteTriggerFulfillmentSetParameterActionArgs>

Constructors

Functions

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

Properties

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

Display name of the parameter.

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

The new JSON-encoded value of the parameter. A null value clears the parameter.