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 NewPrivateVirtualInterfaceAllocation = NewPrivateVirtualInterfaceAllocation' {
- mtu :: Maybe Int
- customerAddress :: Maybe Text
- amazonAddress :: Maybe Text
- addressFamily :: Maybe AddressFamily
- authKey :: Maybe Text
- tags :: Maybe (NonEmpty Tag)
- virtualInterfaceName :: Text
- vlan :: Int
- asn :: Int
- newNewPrivateVirtualInterfaceAllocation :: Text -> Int -> Int -> NewPrivateVirtualInterfaceAllocation
- newPrivateVirtualInterfaceAllocation_mtu :: Lens' NewPrivateVirtualInterfaceAllocation (Maybe Int)
- newPrivateVirtualInterfaceAllocation_customerAddress :: Lens' NewPrivateVirtualInterfaceAllocation (Maybe Text)
- newPrivateVirtualInterfaceAllocation_amazonAddress :: Lens' NewPrivateVirtualInterfaceAllocation (Maybe Text)
- newPrivateVirtualInterfaceAllocation_addressFamily :: Lens' NewPrivateVirtualInterfaceAllocation (Maybe AddressFamily)
- newPrivateVirtualInterfaceAllocation_authKey :: Lens' NewPrivateVirtualInterfaceAllocation (Maybe Text)
- newPrivateVirtualInterfaceAllocation_tags :: Lens' NewPrivateVirtualInterfaceAllocation (Maybe (NonEmpty Tag))
- newPrivateVirtualInterfaceAllocation_virtualInterfaceName :: Lens' NewPrivateVirtualInterfaceAllocation Text
- newPrivateVirtualInterfaceAllocation_vlan :: Lens' NewPrivateVirtualInterfaceAllocation Int
- newPrivateVirtualInterfaceAllocation_asn :: Lens' NewPrivateVirtualInterfaceAllocation Int
Documentation
data NewPrivateVirtualInterfaceAllocation Source #
Information about a private virtual interface to be provisioned on a connection.
See: newNewPrivateVirtualInterfaceAllocation
smart constructor.
NewPrivateVirtualInterfaceAllocation' | |
|
Instances
newNewPrivateVirtualInterfaceAllocation Source #
:: Text |
|
-> Int | |
-> Int | |
-> NewPrivateVirtualInterfaceAllocation |
Create a value of NewPrivateVirtualInterfaceAllocation
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:mtu:NewPrivateVirtualInterfaceAllocation'
, newPrivateVirtualInterfaceAllocation_mtu
- The maximum transmission unit (MTU), in bytes. The supported values are
1500 and 9001. The default value is 1500.
$sel:customerAddress:NewPrivateVirtualInterfaceAllocation'
, newPrivateVirtualInterfaceAllocation_customerAddress
- The IP address assigned to the customer interface.
$sel:amazonAddress:NewPrivateVirtualInterfaceAllocation'
, newPrivateVirtualInterfaceAllocation_amazonAddress
- The IP address assigned to the Amazon interface.
$sel:addressFamily:NewPrivateVirtualInterfaceAllocation'
, newPrivateVirtualInterfaceAllocation_addressFamily
- The address family for the BGP peer.
$sel:authKey:NewPrivateVirtualInterfaceAllocation'
, newPrivateVirtualInterfaceAllocation_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:NewPrivateVirtualInterfaceAllocation'
, newPrivateVirtualInterfaceAllocation_tags
- The tags associated with the private virtual interface.
$sel:virtualInterfaceName:NewPrivateVirtualInterfaceAllocation'
, newPrivateVirtualInterfaceAllocation_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:NewPrivateVirtualInterfaceAllocation'
, newPrivateVirtualInterfaceAllocation_vlan
- The ID of the VLAN.
$sel:asn:NewPrivateVirtualInterfaceAllocation'
, newPrivateVirtualInterfaceAllocation_asn
- The autonomous system (AS) number for Border Gateway Protocol (BGP)
configuration.
The valid values are 1-2147483647.
newPrivateVirtualInterfaceAllocation_mtu :: Lens' NewPrivateVirtualInterfaceAllocation (Maybe Int) Source #
The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.
newPrivateVirtualInterfaceAllocation_customerAddress :: Lens' NewPrivateVirtualInterfaceAllocation (Maybe Text) Source #
The IP address assigned to the customer interface.
newPrivateVirtualInterfaceAllocation_amazonAddress :: Lens' NewPrivateVirtualInterfaceAllocation (Maybe Text) Source #
The IP address assigned to the Amazon interface.
newPrivateVirtualInterfaceAllocation_addressFamily :: Lens' NewPrivateVirtualInterfaceAllocation (Maybe AddressFamily) Source #
The address family for the BGP peer.
newPrivateVirtualInterfaceAllocation_authKey :: Lens' NewPrivateVirtualInterfaceAllocation (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.
newPrivateVirtualInterfaceAllocation_tags :: Lens' NewPrivateVirtualInterfaceAllocation (Maybe (NonEmpty Tag)) Source #
The tags associated with the private virtual interface.
newPrivateVirtualInterfaceAllocation_virtualInterfaceName :: Lens' NewPrivateVirtualInterfaceAllocation 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 (-).
newPrivateVirtualInterfaceAllocation_vlan :: Lens' NewPrivateVirtualInterfaceAllocation Int Source #
The ID of the VLAN.
newPrivateVirtualInterfaceAllocation_asn :: Lens' NewPrivateVirtualInterfaceAllocation Int Source #
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
The valid values are 1-2147483647.