amazonka-scheduler-2.0: Amazon EventBridge Scheduler SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Scheduler.Types.FlexibleTimeWindow

Description

 
Synopsis

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

Instances details
FromJSON FlexibleTimeWindow Source # 
Instance details

Defined in Amazonka.Scheduler.Types.FlexibleTimeWindow

ToJSON FlexibleTimeWindow Source # 
Instance details

Defined in Amazonka.Scheduler.Types.FlexibleTimeWindow

Generic FlexibleTimeWindow Source # 
Instance details

Defined in Amazonka.Scheduler.Types.FlexibleTimeWindow

Associated Types

type Rep FlexibleTimeWindow :: Type -> Type #

Read FlexibleTimeWindow Source # 
Instance details

Defined in Amazonka.Scheduler.Types.FlexibleTimeWindow

Show FlexibleTimeWindow Source # 
Instance details

Defined in Amazonka.Scheduler.Types.FlexibleTimeWindow

NFData FlexibleTimeWindow Source # 
Instance details

Defined in Amazonka.Scheduler.Types.FlexibleTimeWindow

Methods

rnf :: FlexibleTimeWindow -> () #

Eq FlexibleTimeWindow Source # 
Instance details

Defined in Amazonka.Scheduler.Types.FlexibleTimeWindow

Hashable FlexibleTimeWindow Source # 
Instance details

Defined in Amazonka.Scheduler.Types.FlexibleTimeWindow

type Rep FlexibleTimeWindow Source # 
Instance details

Defined in Amazonka.Scheduler.Types.FlexibleTimeWindow

type Rep FlexibleTimeWindow = D1 ('MetaData "FlexibleTimeWindow" "Amazonka.Scheduler.Types.FlexibleTimeWindow" "amazonka-scheduler-2.0-8LKlva3Whvt7TpHIvtcn6a" 'False) (C1 ('MetaCons "FlexibleTimeWindow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maximumWindowInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FlexibleTimeWindowMode)))

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.