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.
example
Use a bare-bones client and the command you need to make an API call.
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.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, ModifyVpnConnectionOptionsCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, ModifyVpnConnectionOptionsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new ModifyVpnConnectionOptionsCommand(input); const response = await client.send(command);
ModifyVpnConnectionOptionsCommandInput for command's
input
shape.ModifyVpnConnectionOptionsCommandOutput for command's
response
shape.config for EC2Client's
config
shape.