Module Values.TriggerConfigSource

The trigger settings that determine how and when Amazon AppFlow runs the specified flow.

Sourcetype nonrec t = {
  1. triggerType : TriggerType.t;
    (*

    Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?triggerProperties:??? -> triggerType:TriggerType.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t