Skip to content

/AWS1/CL_EC2=>MODIFYVPNTUNNELOPTIONS()

About ModifyVpnTunnelOptions

Modifies the options for a VPN tunnel in an Amazon Web Services Site-to-Site VPN connection. You can modify multiple options for a tunnel in a single request, but you can only modify one tunnel at a time. For more information, see Site-to-Site VPN tunnel options for your Site-to-Site VPN connection in the Amazon Web Services Site-to-Site VPN User Guide.

Method Signature

IMPORTING

Required arguments:

IV_VPNCONNECTIONID TYPE /AWS1/EC2VPNCONNECTIONID /AWS1/EC2VPNCONNECTIONID

The ID of the Amazon Web Services Site-to-Site VPN connection.

IV_VPNTUNNELOUTSIDEIPADDRESS TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The external IP address of the VPN tunnel.

IO_TUNNELOPTIONS TYPE REF TO /AWS1/CL_EC2MODVPNTUNNELOPTS01 /AWS1/CL_EC2MODVPNTUNNELOPTS01

The tunnel options to modify.

Optional arguments:

IV_DRYRUN TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

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 is UnauthorizedOperation.

IV_SKIPTUNNELREPLACEMENT TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

Choose whether or not to trigger immediate tunnel replacement. This is only applicable when turning on or off EnableTunnelLifecycleControl.

Valid values: True | False

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_EC2MODVPNTUNNELOPTSRS /AWS1/CL_EC2MODVPNTUNNELOPTSRS