Create a local gateway virtual interface group
Source:R/ec2_operations.R
ec2_create_local_gateway_virtual_interface_group.RdCreate a local gateway virtual interface group.
See https://www.paws-r-sdk.com/docs/ec2_create_local_gateway_virtual_interface_group/ for full documentation.
Usage
ec2_create_local_gateway_virtual_interface_group(
LocalGatewayId,
LocalBgpAsn = NULL,
LocalBgpAsnExtended = NULL,
TagSpecifications = NULL,
DryRun = NULL
)Arguments
- LocalGatewayId
[required] The ID of the local gateway.
- LocalBgpAsn
The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).
- LocalBgpAsnExtended
The extended 32-bit ASN for the local BGP configuration.
The tags to apply to the local gateway virtual interface group when the resource 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.