Flow Trigger Config Args
data class FlowTriggerConfigArgs(val triggerProperties: Output<FlowTriggerConfigTriggerPropertiesArgs>? = null, val triggerType: Output<String>) : ConvertibleToJava<FlowTriggerConfigArgs>
Constructors
Link copied to clipboard
constructor(triggerProperties: Output<FlowTriggerConfigTriggerPropertiesArgs>? = null, triggerType: Output<String>)
Properties
Link copied to clipboard
Configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the Scheduled
trigger type. See Scheduled Trigger Properties for details.
Link copied to clipboard
Type of flow trigger. Valid values are Scheduled
, Event
, and OnDemand
.