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

Description

 
Synopsis

Documentation

data InstanceTagNotificationAttribute Source #

Describes the registered tag keys for the current Region.

See: newInstanceTagNotificationAttribute smart constructor.

Constructors

InstanceTagNotificationAttribute' 

Fields

Instances

Instances details
FromXML InstanceTagNotificationAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTagNotificationAttribute

Generic InstanceTagNotificationAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTagNotificationAttribute

Associated Types

type Rep InstanceTagNotificationAttribute :: Type -> Type #

Read InstanceTagNotificationAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTagNotificationAttribute

Show InstanceTagNotificationAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTagNotificationAttribute

NFData InstanceTagNotificationAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTagNotificationAttribute

Eq InstanceTagNotificationAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTagNotificationAttribute

Hashable InstanceTagNotificationAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTagNotificationAttribute

type Rep InstanceTagNotificationAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceTagNotificationAttribute

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

newInstanceTagNotificationAttribute :: InstanceTagNotificationAttribute Source #

Create a value of InstanceTagNotificationAttribute 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:includeAllTagsOfInstance:InstanceTagNotificationAttribute', instanceTagNotificationAttribute_includeAllTagsOfInstance - Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications. true indicates that all tag keys in the current Region are registered.

$sel:instanceTagKeys:InstanceTagNotificationAttribute', instanceTagNotificationAttribute_instanceTagKeys - The registered tag keys.

instanceTagNotificationAttribute_includeAllTagsOfInstance :: Lens' InstanceTagNotificationAttribute (Maybe Bool) Source #

Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications. true indicates that all tag keys in the current Region are registered.