Flow Trigger Config Args
    data class FlowTriggerConfigArgs(val triggerProperties: Output<FlowTriggerConfigTriggerPropertiesArgs>? = null, val triggerType: Output<String>) : ConvertibleToJava<FlowTriggerConfigArgs> 
Constructors
Link copied to clipboard
                fun FlowTriggerConfigArgs(triggerProperties: Output<FlowTriggerConfigTriggerPropertiesArgs>? = null, triggerType: Output<String>)