ec2_create_vpn_connection_route: Creates a static route associated with a VPN connection...

View source: R/ec2_operations.R

ec2_create_vpn_connection_routeR Documentation

Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway

Description

Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.

See https://www.paws-r-sdk.com/docs/ec2_create_vpn_connection_route/ for full documentation.

Usage

ec2_create_vpn_connection_route(DestinationCidrBlock, VpnConnectionId)

Arguments

DestinationCidrBlock

[required] The CIDR block associated with the local subnet of the customer network.

VpnConnectionId

[required] The ID of the VPN connection.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.