Module Values.FlexibleTimeWindowSource

Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.

Sourcetype nonrec t = {
  1. maximumWindowInMinutes : MaximumWindowInMinutes.t option;
    (*

    The maximum time window during which a schedule can be invoked.

    *)
  2. mode : FlexibleTimeWindowMode.t;
    (*

    Determines whether the schedule is invoked within a flexible time window.

    *)
}
Sourceval context_ : string
Sourceval make : ?maximumWindowInMinutes:??? -> mode:FlexibleTimeWindowMode.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of MaximumWindowInMinutes.t ]) 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