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

Description

 
Synopsis

Documentation

data TransitGatewayPrefixListReference Source #

Describes a prefix list reference.

See: newTransitGatewayPrefixListReference smart constructor.

Constructors

TransitGatewayPrefixListReference' 

Fields

Instances

Instances details
FromXML TransitGatewayPrefixListReference Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPrefixListReference

Generic TransitGatewayPrefixListReference Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPrefixListReference

Associated Types

type Rep TransitGatewayPrefixListReference :: Type -> Type #

Read TransitGatewayPrefixListReference Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPrefixListReference

Show TransitGatewayPrefixListReference Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPrefixListReference

NFData TransitGatewayPrefixListReference Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPrefixListReference

Eq TransitGatewayPrefixListReference Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPrefixListReference

Hashable TransitGatewayPrefixListReference Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPrefixListReference

type Rep TransitGatewayPrefixListReference Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayPrefixListReference

type Rep TransitGatewayPrefixListReference = D1 ('MetaData "TransitGatewayPrefixListReference" "Amazonka.EC2.Types.TransitGatewayPrefixListReference" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "TransitGatewayPrefixListReference'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "blackhole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "prefixListId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "prefixListOwnerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitGatewayPrefixListReferenceState)) :*: (S1 ('MetaSel ('Just "transitGatewayAttachment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitGatewayPrefixListAttachment)) :*: S1 ('MetaSel ('Just "transitGatewayRouteTableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

transitGatewayPrefixListReference_blackhole :: Lens' TransitGatewayPrefixListReference (Maybe Bool) Source #

Indicates whether traffic that matches this route is dropped.