Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data NewPublicVirtualInterface = NewPublicVirtualInterface' {}
- newNewPublicVirtualInterface :: Text -> Int -> Int -> NewPublicVirtualInterface
- newPublicVirtualInterface_routeFilterPrefixes :: Lens' NewPublicVirtualInterface (Maybe [RouteFilterPrefix])
- newPublicVirtualInterface_customerAddress :: Lens' NewPublicVirtualInterface (Maybe Text)
- newPublicVirtualInterface_amazonAddress :: Lens' NewPublicVirtualInterface (Maybe Text)
- newPublicVirtualInterface_addressFamily :: Lens' NewPublicVirtualInterface (Maybe AddressFamily)
- newPublicVirtualInterface_authKey :: Lens' NewPublicVirtualInterface (Maybe Text)
- newPublicVirtualInterface_tags :: Lens' NewPublicVirtualInterface (Maybe (NonEmpty Tag))
- newPublicVirtualInterface_virtualInterfaceName :: Lens' NewPublicVirtualInterface Text
- newPublicVirtualInterface_vlan :: Lens' NewPublicVirtualInterface Int
- newPublicVirtualInterface_asn :: Lens' NewPublicVirtualInterface Int
Documentation
data NewPublicVirtualInterface Source #
Information about a public virtual interface.
See: newNewPublicVirtualInterface
smart constructor.
NewPublicVirtualInterface' | |
|
Instances
newNewPublicVirtualInterface Source #
:: Text | |
-> Int | |
-> Int | |
-> NewPublicVirtualInterface |
Create a value of NewPublicVirtualInterface
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:routeFilterPrefixes:NewPublicVirtualInterface'
, newPublicVirtualInterface_routeFilterPrefixes
- The routes to be advertised to the Amazon Web Services network in this
Region. Applies to public virtual interfaces.
$sel:customerAddress:NewPublicVirtualInterface'
, newPublicVirtualInterface_customerAddress
- The IP address assigned to the customer interface.
$sel:amazonAddress:NewPublicVirtualInterface'
, newPublicVirtualInterface_amazonAddress
- The IP address assigned to the Amazon interface.
$sel:addressFamily:NewPublicVirtualInterface'
, newPublicVirtualInterface_addressFamily
- The address family for the BGP peer.
$sel:authKey:NewPublicVirtualInterface'
, newPublicVirtualInterface_authKey
- The authentication key for BGP configuration. This string has a minimum
length of 6 characters and and a maximun lenth of 80 characters.
$sel:tags:NewPublicVirtualInterface'
, newPublicVirtualInterface_tags
- The tags associated with the public virtual interface.
$sel:virtualInterfaceName:NewPublicVirtualInterface'
, newPublicVirtualInterface_virtualInterfaceName
- The name of the virtual interface assigned by the customer network. The
name has a maximum of 100 characters. The following are valid
characters: a-z, 0-9 and a hyphen (-).
$sel:vlan:NewPublicVirtualInterface'
, newPublicVirtualInterface_vlan
- The ID of the VLAN.
$sel:asn:NewPublicVirtualInterface'
, newPublicVirtualInterface_asn
- The autonomous system (AS) number for Border Gateway Protocol (BGP)
configuration.
The valid values are 1-2147483647.
newPublicVirtualInterface_routeFilterPrefixes :: Lens' NewPublicVirtualInterface (Maybe [RouteFilterPrefix]) Source #
The routes to be advertised to the Amazon Web Services network in this Region. Applies to public virtual interfaces.
newPublicVirtualInterface_customerAddress :: Lens' NewPublicVirtualInterface (Maybe Text) Source #
The IP address assigned to the customer interface.
newPublicVirtualInterface_amazonAddress :: Lens' NewPublicVirtualInterface (Maybe Text) Source #
The IP address assigned to the Amazon interface.
newPublicVirtualInterface_addressFamily :: Lens' NewPublicVirtualInterface (Maybe AddressFamily) Source #
The address family for the BGP peer.
newPublicVirtualInterface_authKey :: Lens' NewPublicVirtualInterface (Maybe Text) Source #
The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.
newPublicVirtualInterface_tags :: Lens' NewPublicVirtualInterface (Maybe (NonEmpty Tag)) Source #
The tags associated with the public virtual interface.
newPublicVirtualInterface_virtualInterfaceName :: Lens' NewPublicVirtualInterface Text Source #
The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).
newPublicVirtualInterface_vlan :: Lens' NewPublicVirtualInterface Int Source #
The ID of the VLAN.
newPublicVirtualInterface_asn :: Lens' NewPublicVirtualInterface Int Source #
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
The valid values are 1-2147483647.