Create a virtual interface for a local gateway
Source:R/ec2_operations.R
ec2_create_local_gateway_virtual_interface.RdCreate a virtual interface for a local gateway.
See https://www.paws-r-sdk.com/docs/ec2_create_local_gateway_virtual_interface/ for full documentation.
Usage
ec2_create_local_gateway_virtual_interface(
LocalGatewayVirtualInterfaceGroupId,
OutpostLagId,
Vlan,
LocalAddress,
PeerAddress,
PeerBgpAsn = NULL,
TagSpecifications = NULL,
DryRun = NULL,
PeerBgpAsnExtended = NULL
)Arguments
- LocalGatewayVirtualInterfaceGroupId
[required] The ID of the local gateway virtual interface group.
- OutpostLagId
[required] References the Link Aggregation Group (LAG) that connects the Outpost to on-premises network devices.
- Vlan
[required] The virtual local area network (VLAN) used for the local gateway virtual interface.
- LocalAddress
[required] The IP address assigned to the local gateway virtual interface on the Outpost side. Only IPv4 is supported.
- PeerAddress
[required] The peer IP address for the local gateway virtual interface. Only IPv4 is supported.
- PeerBgpAsn
The Autonomous System Number (ASN) of the Border Gateway Protocol (BGP) peer.
The tags to apply to a resource when the local gateway virtual interface is being created.
- DryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- PeerBgpAsnExtended
The extended 32-bit ASN of the BGP peer for use with larger ASN values.