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

Description

 
Synopsis

Documentation

data TransitGatewayAttachmentBgpConfiguration Source #

The BGP configuration information.

See: newTransitGatewayAttachmentBgpConfiguration smart constructor.

Constructors

TransitGatewayAttachmentBgpConfiguration' 

Fields

Instances

Instances details
FromXML TransitGatewayAttachmentBgpConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentBgpConfiguration

Generic TransitGatewayAttachmentBgpConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentBgpConfiguration

Read TransitGatewayAttachmentBgpConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentBgpConfiguration

Show TransitGatewayAttachmentBgpConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentBgpConfiguration

NFData TransitGatewayAttachmentBgpConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentBgpConfiguration

Eq TransitGatewayAttachmentBgpConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentBgpConfiguration

Hashable TransitGatewayAttachmentBgpConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentBgpConfiguration

type Rep TransitGatewayAttachmentBgpConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayAttachmentBgpConfiguration

type Rep TransitGatewayAttachmentBgpConfiguration = D1 ('MetaData "TransitGatewayAttachmentBgpConfiguration" "Amazonka.EC2.Types.TransitGatewayAttachmentBgpConfiguration" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "TransitGatewayAttachmentBgpConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bgpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BgpStatus)) :*: S1 ('MetaSel ('Just "peerAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "peerAsn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "transitGatewayAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "transitGatewayAsn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))))