| 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.NetworkManager.Types.BgpOptions
Description
Synopsis
- data BgpOptions = BgpOptions' {}
- newBgpOptions :: BgpOptions
- bgpOptions_peerAsn :: Lens' BgpOptions (Maybe Integer)
Documentation
data BgpOptions Source #
Describes the BGP options.
See: newBgpOptions smart constructor.
Constructors
| BgpOptions' | |
Instances
newBgpOptions :: BgpOptions Source #
Create a value of BgpOptions 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:peerAsn:BgpOptions', bgpOptions_peerAsn - The Peer ASN of the BGP.
bgpOptions_peerAsn :: Lens' BgpOptions (Maybe Integer) Source #
The Peer ASN of the BGP.