Creates a new 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.

C# |
public class CreateVpnConnectionRouteRequest : EC2Request

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CreateVpnConnectionRouteRequest()()()() | Initializes a new instance of the CreateVpnConnectionRouteRequest class |
![]() | DestinationCidrBlock |
The CIDR block associated with local subnet of the customer data center.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetDestinationCidrBlock()()()() |
Checks if the DestinationCidrBlock property is set.
|
![]() | IsSetVpnConnectionId()()()() |
Checks if the VpnConnectionId property is set.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VpnConnectionId |
The ID of the VPN connection.
|
![]() | WithDestinationCidrBlock(String) | Obsolete.
Sets the CIDR block associated with local subnet of the customer data center.
|
![]() | WithVpnConnectionId(String) | Obsolete.
Sets the ID of the VPN connection.
|

We strongly recommend you use HTTPS when calling this operation because the response
contains sensitive cryptographic information for configuring your customer gateway.

Object | ||
![]() | EC2Request | |
![]() | CreateVpnConnectionRouteRequest |