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 NewPrivateVirtualInterface = NewPrivateVirtualInterface' {
- virtualGatewayId :: Maybe Text
- mtu :: Maybe Int
- customerAddress :: Maybe Text
- amazonAddress :: Maybe Text
- addressFamily :: Maybe AddressFamily
- directConnectGatewayId :: Maybe Text
- authKey :: Maybe Text
- tags :: Maybe (NonEmpty Tag)
- virtualInterfaceName :: Text
- vlan :: Int
- asn :: Int
- newNewPrivateVirtualInterface :: Text -> Int -> Int -> NewPrivateVirtualInterface
- newPrivateVirtualInterface_virtualGatewayId :: Lens' NewPrivateVirtualInterface (Maybe Text)
- newPrivateVirtualInterface_mtu :: Lens' NewPrivateVirtualInterface (Maybe Int)
- newPrivateVirtualInterface_customerAddress :: Lens' NewPrivateVirtualInterface (Maybe Text)
- newPrivateVirtualInterface_amazonAddress :: Lens' NewPrivateVirtualInterface (Maybe Text)
- newPrivateVirtualInterface_addressFamily :: Lens' NewPrivateVirtualInterface (Maybe AddressFamily)
- newPrivateVirtualInterface_directConnectGatewayId :: Lens' NewPrivateVirtualInterface (Maybe Text)
- newPrivateVirtualInterface_authKey :: Lens' NewPrivateVirtualInterface (Maybe Text)
- newPrivateVirtualInterface_tags :: Lens' NewPrivateVirtualInterface (Maybe (NonEmpty Tag))
- newPrivateVirtualInterface_virtualInterfaceName :: Lens' NewPrivateVirtualInterface Text
- newPrivateVirtualInterface_vlan :: Lens' NewPrivateVirtualInterface Int
- newPrivateVirtualInterface_asn :: Lens' NewPrivateVirtualInterface Int
Documentation
data NewPrivateVirtualInterface Source #
Information about a private virtual interface.
See: newNewPrivateVirtualInterface
smart constructor.
NewPrivateVirtualInterface' | |
|
Instances
newNewPrivateVirtualInterface Source #
:: Text | |
-> Int | |
-> Int | |
-> NewPrivateVirtualInterface |
Create a value of NewPrivateVirtualInterface
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:virtualGatewayId:NewPrivateVirtualInterface'
, newPrivateVirtualInterface_virtualGatewayId
- The ID of the virtual private gateway.
$sel:mtu:NewPrivateVirtualInterface'
, newPrivateVirtualInterface_mtu
- The maximum transmission unit (MTU), in bytes. The supported values are
1500 and 9001. The default value is 1500.
$sel:customerAddress:NewPrivateVirtualInterface'
, newPrivateVirtualInterface_customerAddress
- The IP address assigned to the customer interface.
$sel:amazonAddress:NewPrivateVirtualInterface'
, newPrivateVirtualInterface_amazonAddress
- The IP address assigned to the Amazon interface.
$sel:addressFamily:NewPrivateVirtualInterface'
, newPrivateVirtualInterface_addressFamily
- The address family for the BGP peer.
$sel:directConnectGatewayId:NewPrivateVirtualInterface'
, newPrivateVirtualInterface_directConnectGatewayId
- The ID of the Direct Connect gateway.
$sel:authKey:NewPrivateVirtualInterface'
, newPrivateVirtualInterface_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:NewPrivateVirtualInterface'
, newPrivateVirtualInterface_tags
- The tags associated with the private virtual interface.
$sel:virtualInterfaceName:NewPrivateVirtualInterface'
, newPrivateVirtualInterface_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:NewPrivateVirtualInterface'
, newPrivateVirtualInterface_vlan
- The ID of the VLAN.
$sel:asn:NewPrivateVirtualInterface'
, newPrivateVirtualInterface_asn
- The autonomous system (AS) number for Border Gateway Protocol (BGP)
configuration.
The valid values are 1-2147483647.
newPrivateVirtualInterface_virtualGatewayId :: Lens' NewPrivateVirtualInterface (Maybe Text) Source #
The ID of the virtual private gateway.
newPrivateVirtualInterface_mtu :: Lens' NewPrivateVirtualInterface (Maybe Int) Source #
The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.
newPrivateVirtualInterface_customerAddress :: Lens' NewPrivateVirtualInterface (Maybe Text) Source #
The IP address assigned to the customer interface.
newPrivateVirtualInterface_amazonAddress :: Lens' NewPrivateVirtualInterface (Maybe Text) Source #
The IP address assigned to the Amazon interface.
newPrivateVirtualInterface_addressFamily :: Lens' NewPrivateVirtualInterface (Maybe AddressFamily) Source #
The address family for the BGP peer.
newPrivateVirtualInterface_directConnectGatewayId :: Lens' NewPrivateVirtualInterface (Maybe Text) Source #
The ID of the Direct Connect gateway.
newPrivateVirtualInterface_authKey :: Lens' NewPrivateVirtualInterface (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.
newPrivateVirtualInterface_tags :: Lens' NewPrivateVirtualInterface (Maybe (NonEmpty Tag)) Source #
The tags associated with the private virtual interface.
newPrivateVirtualInterface_virtualInterfaceName :: Lens' NewPrivateVirtualInterface 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 (-).
newPrivateVirtualInterface_vlan :: Lens' NewPrivateVirtualInterface Int Source #
The ID of the VLAN.
newPrivateVirtualInterface_asn :: Lens' NewPrivateVirtualInterface Int Source #
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
The valid values are 1-2147483647.