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 NewPublicVirtualInterfaceAllocation = NewPublicVirtualInterfaceAllocation' {}
- newNewPublicVirtualInterfaceAllocation :: Text -> Int -> Int -> NewPublicVirtualInterfaceAllocation
- newPublicVirtualInterfaceAllocation_routeFilterPrefixes :: Lens' NewPublicVirtualInterfaceAllocation (Maybe [RouteFilterPrefix])
- newPublicVirtualInterfaceAllocation_customerAddress :: Lens' NewPublicVirtualInterfaceAllocation (Maybe Text)
- newPublicVirtualInterfaceAllocation_amazonAddress :: Lens' NewPublicVirtualInterfaceAllocation (Maybe Text)
- newPublicVirtualInterfaceAllocation_addressFamily :: Lens' NewPublicVirtualInterfaceAllocation (Maybe AddressFamily)
- newPublicVirtualInterfaceAllocation_authKey :: Lens' NewPublicVirtualInterfaceAllocation (Maybe Text)
- newPublicVirtualInterfaceAllocation_tags :: Lens' NewPublicVirtualInterfaceAllocation (Maybe (NonEmpty Tag))
- newPublicVirtualInterfaceAllocation_virtualInterfaceName :: Lens' NewPublicVirtualInterfaceAllocation Text
- newPublicVirtualInterfaceAllocation_vlan :: Lens' NewPublicVirtualInterfaceAllocation Int
- newPublicVirtualInterfaceAllocation_asn :: Lens' NewPublicVirtualInterfaceAllocation Int
Documentation
data NewPublicVirtualInterfaceAllocation Source #
Information about a public virtual interface to be provisioned on a connection.
See: newNewPublicVirtualInterfaceAllocation
smart constructor.
NewPublicVirtualInterfaceAllocation' | |
|
Instances
newNewPublicVirtualInterfaceAllocation Source #
:: Text |
|
-> Int | |
-> Int | |
-> NewPublicVirtualInterfaceAllocation |
Create a value of NewPublicVirtualInterfaceAllocation
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:NewPublicVirtualInterfaceAllocation'
, newPublicVirtualInterfaceAllocation_routeFilterPrefixes
- The routes to be advertised to the Amazon Web Services network in this
Region. Applies to public virtual interfaces.
$sel:customerAddress:NewPublicVirtualInterfaceAllocation'
, newPublicVirtualInterfaceAllocation_customerAddress
- The IP address assigned to the customer interface.
$sel:amazonAddress:NewPublicVirtualInterfaceAllocation'
, newPublicVirtualInterfaceAllocation_amazonAddress
- The IP address assigned to the Amazon interface.
$sel:addressFamily:NewPublicVirtualInterfaceAllocation'
, newPublicVirtualInterfaceAllocation_addressFamily
- The address family for the BGP peer.
$sel:authKey:NewPublicVirtualInterfaceAllocation'
, newPublicVirtualInterfaceAllocation_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:NewPublicVirtualInterfaceAllocation'
, newPublicVirtualInterfaceAllocation_tags
- The tags associated with the public virtual interface.
$sel:virtualInterfaceName:NewPublicVirtualInterfaceAllocation'
, newPublicVirtualInterfaceAllocation_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:NewPublicVirtualInterfaceAllocation'
, newPublicVirtualInterfaceAllocation_vlan
- The ID of the VLAN.
$sel:asn:NewPublicVirtualInterfaceAllocation'
, newPublicVirtualInterfaceAllocation_asn
- The autonomous system (AS) number for Border Gateway Protocol (BGP)
configuration.
The valid values are 1-2147483647.
newPublicVirtualInterfaceAllocation_routeFilterPrefixes :: Lens' NewPublicVirtualInterfaceAllocation (Maybe [RouteFilterPrefix]) Source #
The routes to be advertised to the Amazon Web Services network in this Region. Applies to public virtual interfaces.
newPublicVirtualInterfaceAllocation_customerAddress :: Lens' NewPublicVirtualInterfaceAllocation (Maybe Text) Source #
The IP address assigned to the customer interface.
newPublicVirtualInterfaceAllocation_amazonAddress :: Lens' NewPublicVirtualInterfaceAllocation (Maybe Text) Source #
The IP address assigned to the Amazon interface.
newPublicVirtualInterfaceAllocation_addressFamily :: Lens' NewPublicVirtualInterfaceAllocation (Maybe AddressFamily) Source #
The address family for the BGP peer.
newPublicVirtualInterfaceAllocation_authKey :: Lens' NewPublicVirtualInterfaceAllocation (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.
newPublicVirtualInterfaceAllocation_tags :: Lens' NewPublicVirtualInterfaceAllocation (Maybe (NonEmpty Tag)) Source #
The tags associated with the public virtual interface.
newPublicVirtualInterfaceAllocation_virtualInterfaceName :: Lens' NewPublicVirtualInterfaceAllocation 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 (-).
newPublicVirtualInterfaceAllocation_vlan :: Lens' NewPublicVirtualInterfaceAllocation Int Source #
The ID of the VLAN.
newPublicVirtualInterfaceAllocation_asn :: Lens' NewPublicVirtualInterfaceAllocation Int Source #
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
The valid values are 1-2147483647.