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. It can be OnDemand, Scheduled, or Event.
*)triggerProperties : TriggerProperties.t option;Specifies the configuration details of a schedule-triggered flow that you define. 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
| `Long of ScheduleOffset.t
| `String of ScheduleExpression.t
| `Timestamp of Date.t ])
list ])
list ])
list ]