Values.FlexibleTimeWindowSourceAllows you to configure a time window during which EventBridge Scheduler invokes the schedule.
type nonrec t = {maximumWindowInMinutes : MaximumWindowInMinutes.t option;The maximum time window during which a schedule can be invoked.
*)mode : FlexibleTimeWindowMode.t;Determines whether the schedule is invoked within a flexible time window.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of MaximumWindowInMinutes.t ])
list ]