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 |
Synopsis
- data TransitGatewayAttachmentBgpConfiguration = TransitGatewayAttachmentBgpConfiguration' {}
- newTransitGatewayAttachmentBgpConfiguration :: TransitGatewayAttachmentBgpConfiguration
- transitGatewayAttachmentBgpConfiguration_bgpStatus :: Lens' TransitGatewayAttachmentBgpConfiguration (Maybe BgpStatus)
- transitGatewayAttachmentBgpConfiguration_peerAddress :: Lens' TransitGatewayAttachmentBgpConfiguration (Maybe Text)
- transitGatewayAttachmentBgpConfiguration_peerAsn :: Lens' TransitGatewayAttachmentBgpConfiguration (Maybe Integer)
- transitGatewayAttachmentBgpConfiguration_transitGatewayAddress :: Lens' TransitGatewayAttachmentBgpConfiguration (Maybe Text)
- transitGatewayAttachmentBgpConfiguration_transitGatewayAsn :: Lens' TransitGatewayAttachmentBgpConfiguration (Maybe Integer)
Documentation
data TransitGatewayAttachmentBgpConfiguration Source #
The BGP configuration information.
See: newTransitGatewayAttachmentBgpConfiguration
smart constructor.
TransitGatewayAttachmentBgpConfiguration' | |
|
Instances
newTransitGatewayAttachmentBgpConfiguration :: TransitGatewayAttachmentBgpConfiguration Source #
Create a value of TransitGatewayAttachmentBgpConfiguration
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:bgpStatus:TransitGatewayAttachmentBgpConfiguration'
, transitGatewayAttachmentBgpConfiguration_bgpStatus
- The BGP status.
$sel:peerAddress:TransitGatewayAttachmentBgpConfiguration'
, transitGatewayAttachmentBgpConfiguration_peerAddress
- The interior BGP peer IP address for the appliance.
$sel:peerAsn:TransitGatewayAttachmentBgpConfiguration'
, transitGatewayAttachmentBgpConfiguration_peerAsn
- The peer Autonomous System Number (ASN).
$sel:transitGatewayAddress:TransitGatewayAttachmentBgpConfiguration'
, transitGatewayAttachmentBgpConfiguration_transitGatewayAddress
- The interior BGP peer IP address for the transit gateway.
$sel:transitGatewayAsn:TransitGatewayAttachmentBgpConfiguration'
, transitGatewayAttachmentBgpConfiguration_transitGatewayAsn
- The transit gateway Autonomous System Number (ASN).
transitGatewayAttachmentBgpConfiguration_bgpStatus :: Lens' TransitGatewayAttachmentBgpConfiguration (Maybe BgpStatus) Source #
The BGP status.
transitGatewayAttachmentBgpConfiguration_peerAddress :: Lens' TransitGatewayAttachmentBgpConfiguration (Maybe Text) Source #
The interior BGP peer IP address for the appliance.
transitGatewayAttachmentBgpConfiguration_peerAsn :: Lens' TransitGatewayAttachmentBgpConfiguration (Maybe Integer) Source #
The peer Autonomous System Number (ASN).
transitGatewayAttachmentBgpConfiguration_transitGatewayAddress :: Lens' TransitGatewayAttachmentBgpConfiguration (Maybe Text) Source #
The interior BGP peer IP address for the transit gateway.
transitGatewayAttachmentBgpConfiguration_transitGatewayAsn :: Lens' TransitGatewayAttachmentBgpConfiguration (Maybe Integer) Source #
The transit gateway Autonomous System Number (ASN).