FlowTriggerConfigArgs

data class FlowTriggerConfigArgs(val triggerProperties: Output<FlowScheduledTriggerPropertiesArgs>? = null, val triggerType: Output<FlowTriggerType>) : ConvertibleToJava<FlowTriggerConfigArgs>

Trigger settings of the flow.

Constructors

Link copied to clipboard
constructor(triggerProperties: Output<FlowScheduledTriggerPropertiesArgs>? = null, triggerType: Output<FlowTriggerType>)

Properties

Link copied to clipboard

Details required based on the type of trigger

Link copied to clipboard

Trigger type of the flow

Functions

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