Creates a VPN concentrator that aggregates multiple VPN connections to a transit gateway
Source:R/ec2_operations.R
ec2_create_vpn_concentrator.RdCreates a VPN concentrator that aggregates multiple VPN connections to a transit gateway.
See https://www.paws-r-sdk.com/docs/ec2_create_vpn_concentrator/ for full documentation.
Usage
ec2_create_vpn_concentrator(
Type,
TransitGatewayId = NULL,
TagSpecifications = NULL,
DryRun = NULL
)Arguments
- Type
[required] The type of VPN concentrator to create.
- TransitGatewayId
The ID of the transit gateway to attach the VPN concentrator to.
The tags to apply to the VPN concentrator during creation.
- 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.