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
fun FlowTriggerConfigArgs(triggerProperties: Output<FlowScheduledTriggerPropertiesArgs>? = null, triggerType: Output<FlowTriggerType>)

Functions

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

Properties

Link copied to clipboard

Details required based on the type of trigger

Link copied to clipboard

Trigger type of the flow