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 NewTransitVirtualInterfaceAllocation = NewTransitVirtualInterfaceAllocation' {}
- newNewTransitVirtualInterfaceAllocation :: NewTransitVirtualInterfaceAllocation
- newTransitVirtualInterfaceAllocation_mtu :: Lens' NewTransitVirtualInterfaceAllocation (Maybe Int)
- newTransitVirtualInterfaceAllocation_customerAddress :: Lens' NewTransitVirtualInterfaceAllocation (Maybe Text)
- newTransitVirtualInterfaceAllocation_vlan :: Lens' NewTransitVirtualInterfaceAllocation (Maybe Int)
- newTransitVirtualInterfaceAllocation_amazonAddress :: Lens' NewTransitVirtualInterfaceAllocation (Maybe Text)
- newTransitVirtualInterfaceAllocation_addressFamily :: Lens' NewTransitVirtualInterfaceAllocation (Maybe AddressFamily)
- newTransitVirtualInterfaceAllocation_asn :: Lens' NewTransitVirtualInterfaceAllocation (Maybe Int)
- newTransitVirtualInterfaceAllocation_authKey :: Lens' NewTransitVirtualInterfaceAllocation (Maybe Text)
- newTransitVirtualInterfaceAllocation_virtualInterfaceName :: Lens' NewTransitVirtualInterfaceAllocation (Maybe Text)
- newTransitVirtualInterfaceAllocation_tags :: Lens' NewTransitVirtualInterfaceAllocation (Maybe (NonEmpty Tag))
Documentation
data NewTransitVirtualInterfaceAllocation Source #
Information about a transit virtual interface to be provisioned on a connection.
See: newNewTransitVirtualInterfaceAllocation
smart constructor.
NewTransitVirtualInterfaceAllocation' | |
|
Instances
newNewTransitVirtualInterfaceAllocation :: NewTransitVirtualInterfaceAllocation Source #
Create a value of NewTransitVirtualInterfaceAllocation
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:NewTransitVirtualInterfaceAllocation'
, newTransitVirtualInterfaceAllocation_mtu
- The maximum transmission unit (MTU), in bytes. The supported values are
1500 and 9001. The default value is 1500.
$sel:customerAddress:NewTransitVirtualInterfaceAllocation'
, newTransitVirtualInterfaceAllocation_customerAddress
- The IP address assigned to the customer interface.
$sel:vlan:NewTransitVirtualInterfaceAllocation'
, newTransitVirtualInterfaceAllocation_vlan
- The ID of the VLAN.
$sel:amazonAddress:NewTransitVirtualInterfaceAllocation'
, newTransitVirtualInterfaceAllocation_amazonAddress
- The IP address assigned to the Amazon interface.
$sel:addressFamily:NewTransitVirtualInterfaceAllocation'
, newTransitVirtualInterfaceAllocation_addressFamily
- The address family for the BGP peer.
$sel:asn:NewTransitVirtualInterfaceAllocation'
, newTransitVirtualInterfaceAllocation_asn
- The autonomous system (AS) number for Border Gateway Protocol (BGP)
configuration.
The valid values are 1-2147483647.
$sel:authKey:NewTransitVirtualInterfaceAllocation'
, newTransitVirtualInterfaceAllocation_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:virtualInterfaceName:NewTransitVirtualInterfaceAllocation'
, newTransitVirtualInterfaceAllocation_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:tags:NewTransitVirtualInterfaceAllocation'
, newTransitVirtualInterfaceAllocation_tags
- The tags associated with the transitive virtual interface.
newTransitVirtualInterfaceAllocation_mtu :: Lens' NewTransitVirtualInterfaceAllocation (Maybe Int) Source #
The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.
newTransitVirtualInterfaceAllocation_customerAddress :: Lens' NewTransitVirtualInterfaceAllocation (Maybe Text) Source #
The IP address assigned to the customer interface.
newTransitVirtualInterfaceAllocation_vlan :: Lens' NewTransitVirtualInterfaceAllocation (Maybe Int) Source #
The ID of the VLAN.
newTransitVirtualInterfaceAllocation_amazonAddress :: Lens' NewTransitVirtualInterfaceAllocation (Maybe Text) Source #
The IP address assigned to the Amazon interface.
newTransitVirtualInterfaceAllocation_addressFamily :: Lens' NewTransitVirtualInterfaceAllocation (Maybe AddressFamily) Source #
The address family for the BGP peer.
newTransitVirtualInterfaceAllocation_asn :: Lens' NewTransitVirtualInterfaceAllocation (Maybe Int) Source #
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
The valid values are 1-2147483647.
newTransitVirtualInterfaceAllocation_authKey :: Lens' NewTransitVirtualInterfaceAllocation (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.
newTransitVirtualInterfaceAllocation_virtualInterfaceName :: Lens' NewTransitVirtualInterfaceAllocation (Maybe 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 (-).
newTransitVirtualInterfaceAllocation_tags :: Lens' NewTransitVirtualInterfaceAllocation (Maybe (NonEmpty Tag)) Source #
The tags associated with the transitive virtual interface.