amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.InstanceEventWindow

Description

 
Synopsis

Documentation

data InstanceEventWindow Source #

The event window.

See: newInstanceEventWindow smart constructor.

Constructors

InstanceEventWindow' 

Fields

Instances

Instances details
FromXML InstanceEventWindow Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindow

Generic InstanceEventWindow Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindow

Associated Types

type Rep InstanceEventWindow :: Type -> Type #

Read InstanceEventWindow Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindow

Show InstanceEventWindow Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindow

NFData InstanceEventWindow Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindow

Methods

rnf :: InstanceEventWindow -> () #

Eq InstanceEventWindow Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindow

Hashable InstanceEventWindow Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindow

type Rep InstanceEventWindow Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindow

newInstanceEventWindow :: InstanceEventWindow Source #

Create a value of InstanceEventWindow 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:associationTarget:InstanceEventWindow', instanceEventWindow_associationTarget - One or more targets associated with the event window.

$sel:cronExpression:InstanceEventWindow', instanceEventWindow_cronExpression - The cron expression defined for the event window.

$sel:instanceEventWindowId:InstanceEventWindow', instanceEventWindow_instanceEventWindowId - The ID of the event window.

$sel:name:InstanceEventWindow', instanceEventWindow_name - The name of the event window.

$sel:state:InstanceEventWindow', instanceEventWindow_state - The current state of the event window.

InstanceEventWindow, instanceEventWindow_tags - The instance tags associated with the event window.

$sel:timeRanges:InstanceEventWindow', instanceEventWindow_timeRanges - One or more time ranges defined for the event window.

instanceEventWindow_cronExpression :: Lens' InstanceEventWindow (Maybe Text) Source #

The cron expression defined for the event window.

instanceEventWindow_tags :: Lens' InstanceEventWindow (Maybe [Tag]) Source #

The instance tags associated with the event window.

instanceEventWindow_timeRanges :: Lens' InstanceEventWindow (Maybe [InstanceEventWindowTimeRange]) Source #

One or more time ranges defined for the event window.