Flow Trigger Config Args
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>)