| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Scheduler.Types.FlexibleTimeWindow
Description
Documentation
data FlexibleTimeWindow Source #
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
See: newFlexibleTimeWindow smart constructor.
Constructors
| FlexibleTimeWindow' | |
Fields
| |
Instances
newFlexibleTimeWindow Source #
Create a value of FlexibleTimeWindow with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maximumWindowInMinutes:FlexibleTimeWindow', flexibleTimeWindow_maximumWindowInMinutes - The maximum time window during which a schedule can be invoked.
$sel:mode:FlexibleTimeWindow', flexibleTimeWindow_mode - Determines whether the schedule is invoked within a flexible time
window.
flexibleTimeWindow_maximumWindowInMinutes :: Lens' FlexibleTimeWindow (Maybe Natural) Source #
The maximum time window during which a schedule can be invoked.
flexibleTimeWindow_mode :: Lens' FlexibleTimeWindow FlexibleTimeWindowMode Source #
Determines whether the schedule is invoked within a flexible time window.