| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.TransitGatewayConnectPeerConfiguration
Description
Synopsis
- data TransitGatewayConnectPeerConfiguration = TransitGatewayConnectPeerConfiguration' {}
- newTransitGatewayConnectPeerConfiguration :: TransitGatewayConnectPeerConfiguration
- transitGatewayConnectPeerConfiguration_bgpConfigurations :: Lens' TransitGatewayConnectPeerConfiguration (Maybe [TransitGatewayAttachmentBgpConfiguration])
- transitGatewayConnectPeerConfiguration_insideCidrBlocks :: Lens' TransitGatewayConnectPeerConfiguration (Maybe [Text])
- transitGatewayConnectPeerConfiguration_peerAddress :: Lens' TransitGatewayConnectPeerConfiguration (Maybe Text)
- transitGatewayConnectPeerConfiguration_protocol :: Lens' TransitGatewayConnectPeerConfiguration (Maybe ProtocolValue)
- transitGatewayConnectPeerConfiguration_transitGatewayAddress :: Lens' TransitGatewayConnectPeerConfiguration (Maybe Text)
Documentation
data TransitGatewayConnectPeerConfiguration Source #
Describes the Connect peer details.
See: newTransitGatewayConnectPeerConfiguration smart constructor.
Constructors
| TransitGatewayConnectPeerConfiguration' | |
Fields
| |
Instances
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_bgpConfigurations :: Lens' TransitGatewayConnectPeerConfiguration (Maybe [TransitGatewayAttachmentBgpConfiguration]) Source #
The BGP configuration details.
transitGatewayConnectPeerConfiguration_insideCidrBlocks :: Lens' TransitGatewayConnectPeerConfiguration (Maybe [Text]) Source #
The range of interior BGP peer IP addresses.
transitGatewayConnectPeerConfiguration_peerAddress :: Lens' TransitGatewayConnectPeerConfiguration (Maybe Text) Source #
The Connect peer IP address on the appliance side of the tunnel.
transitGatewayConnectPeerConfiguration_protocol :: Lens' TransitGatewayConnectPeerConfiguration (Maybe ProtocolValue) Source #
The tunnel protocol.
transitGatewayConnectPeerConfiguration_transitGatewayAddress :: Lens' TransitGatewayConnectPeerConfiguration (Maybe Text) Source #
The Connect peer IP address on the transit gateway side of the tunnel.