Values.TriggerConfigSourceThe trigger settings that determine how and when Amazon AppFlow runs the specified flow.
type nonrec t = {triggerType : TriggerType.t;Specifies the type of flow trigger. This can be OnDemand, Scheduled, or Event.
*)triggerProperties : TriggerProperties.t option;Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the Scheduled trigger type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of FlowErrorDeactivationThreshold.t
| `Long of ScheduleOffset.t
| `String of ScheduleExpression.t
| `Timestamp of Date.t ])
list ])
list ])
list ]