AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Modifies the connection options for your Site-to-Site VPN connection.

When you modify the VPN connection options, the VPN endpoint IP addresses on the Amazon Web Services side do not change, and the tunnel options do not change. Your VPN connection will be temporarily unavailable for a brief period while the VPN connection is updated.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ModifyVpnConnectionOptionsAsync.

Namespace: Amazon.EC2
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public abstract ModifyVpnConnectionOptionsResponse ModifyVpnConnectionOptions(
         ModifyVpnConnectionOptionsRequest request
)

Parameters

request
Type: Amazon.EC2.Model.ModifyVpnConnectionOptionsRequest

Container for the necessary parameters to execute the ModifyVpnConnectionOptions service method.

Return Value


The response from the ModifyVpnConnectionOptions service method, as returned by EC2.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also