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

Description

 
Synopsis

Documentation

data TransitGatewayConnectPeerConfiguration Source #

Describes the Connect peer details.

See: newTransitGatewayConnectPeerConfiguration smart constructor.

Constructors

TransitGatewayConnectPeerConfiguration' 

Fields

Instances

Instances details
FromXML TransitGatewayConnectPeerConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayConnectPeerConfiguration

Generic TransitGatewayConnectPeerConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayConnectPeerConfiguration

Read TransitGatewayConnectPeerConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayConnectPeerConfiguration

Show TransitGatewayConnectPeerConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayConnectPeerConfiguration

NFData TransitGatewayConnectPeerConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayConnectPeerConfiguration

Eq TransitGatewayConnectPeerConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayConnectPeerConfiguration

Hashable TransitGatewayConnectPeerConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayConnectPeerConfiguration

type Rep TransitGatewayConnectPeerConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.TransitGatewayConnectPeerConfiguration

type Rep TransitGatewayConnectPeerConfiguration = D1 ('MetaData "TransitGatewayConnectPeerConfiguration" "Amazonka.EC2.Types.TransitGatewayConnectPeerConfiguration" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "TransitGatewayConnectPeerConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bgpConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TransitGatewayAttachmentBgpConfiguration])) :*: S1 ('MetaSel ('Just "insideCidrBlocks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "peerAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProtocolValue)) :*: S1 ('MetaSel ('Just "transitGatewayAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newTransitGatewayConnectPeerConfiguration :: TransitGatewayConnectPeerConfiguration Source #

Create a value of TransitGatewayConnectPeerConfiguration 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:bgpConfigurations:TransitGatewayConnectPeerConfiguration', transitGatewayConnectPeerConfiguration_bgpConfigurations - The BGP configuration details.

$sel:insideCidrBlocks:TransitGatewayConnectPeerConfiguration', transitGatewayConnectPeerConfiguration_insideCidrBlocks - The range of interior BGP peer IP addresses.

TransitGatewayConnectPeerConfiguration, transitGatewayConnectPeerConfiguration_peerAddress - The Connect peer IP address on the appliance side of the tunnel.

$sel:protocol:TransitGatewayConnectPeerConfiguration', transitGatewayConnectPeerConfiguration_protocol - The tunnel protocol.

TransitGatewayConnectPeerConfiguration, transitGatewayConnectPeerConfiguration_transitGatewayAddress - The Connect peer IP address on the transit gateway side of the tunnel.

transitGatewayConnectPeerConfiguration_peerAddress :: Lens' TransitGatewayConnectPeerConfiguration (Maybe Text) Source #

The Connect peer IP address on the appliance side of the tunnel.

transitGatewayConnectPeerConfiguration_transitGatewayAddress :: Lens' TransitGatewayConnectPeerConfiguration (Maybe Text) Source #

The Connect peer IP address on the transit gateway side of the tunnel.