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.InstanceEventWindowAssociationTarget

Description

 
Synopsis

Documentation

data InstanceEventWindowAssociationTarget Source #

One or more targets associated with the event window.

See: newInstanceEventWindowAssociationTarget smart constructor.

Constructors

InstanceEventWindowAssociationTarget' 

Fields

  • dedicatedHostIds :: Maybe [Text]

    The IDs of the Dedicated Hosts associated with the event window.

  • instanceIds :: Maybe [Text]

    The IDs of the instances associated with the event window.

  • tags :: Maybe [Tag]

    The instance tags associated with the event window. Any instances associated with the tags will be associated with the event window.

Instances

Instances details
FromXML InstanceEventWindowAssociationTarget Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowAssociationTarget

Generic InstanceEventWindowAssociationTarget Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowAssociationTarget

Read InstanceEventWindowAssociationTarget Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowAssociationTarget

Show InstanceEventWindowAssociationTarget Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowAssociationTarget

NFData InstanceEventWindowAssociationTarget Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowAssociationTarget

Eq InstanceEventWindowAssociationTarget Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowAssociationTarget

Hashable InstanceEventWindowAssociationTarget Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowAssociationTarget

type Rep InstanceEventWindowAssociationTarget Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceEventWindowAssociationTarget

type Rep InstanceEventWindowAssociationTarget = D1 ('MetaData "InstanceEventWindowAssociationTarget" "Amazonka.EC2.Types.InstanceEventWindowAssociationTarget" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "InstanceEventWindowAssociationTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dedicatedHostIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "instanceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))

newInstanceEventWindowAssociationTarget :: InstanceEventWindowAssociationTarget Source #

Create a value of InstanceEventWindowAssociationTarget 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:dedicatedHostIds:InstanceEventWindowAssociationTarget', instanceEventWindowAssociationTarget_dedicatedHostIds - The IDs of the Dedicated Hosts associated with the event window.

$sel:instanceIds:InstanceEventWindowAssociationTarget', instanceEventWindowAssociationTarget_instanceIds - The IDs of the instances associated with the event window.

$sel:tags:InstanceEventWindowAssociationTarget', instanceEventWindowAssociationTarget_tags - The instance tags associated with the event window. Any instances associated with the tags will be associated with the event window.

instanceEventWindowAssociationTarget_dedicatedHostIds :: Lens' InstanceEventWindowAssociationTarget (Maybe [Text]) Source #

The IDs of the Dedicated Hosts associated with the event window.

instanceEventWindowAssociationTarget_instanceIds :: Lens' InstanceEventWindowAssociationTarget (Maybe [Text]) Source #

The IDs of the instances associated with the event window.

instanceEventWindowAssociationTarget_tags :: Lens' InstanceEventWindowAssociationTarget (Maybe [Tag]) Source #

The instance tags associated with the event window. Any instances associated with the tags will be associated with the event window.