Modify Client VPN Endpoint
GET {{aws_ec2_base_url}}/?ClientVpnEndpointId&ConnectionLogOptions&Description&DnsServers&DryRun&ServerCertificateArn&SplitTunnel&Action=ModifyClientVpnEndpoint
Modifies the specified Client VPN endpoint.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ClientVpnEndpointId | null | The ID of the Client VPN endpoint to modify. | |
ConnectionLogOptions | null | Information about the client connection logging options. | |
Description | null | A brief description of the Client VPN endpoint. | |
DnsServers | null | Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers. | |
DryRun | null | 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. | |
ServerCertificateArn | null | The ARN of the server certificate to be used. The server certificate must be provisioned in AWS Certificate Manager (ACM). | |
SplitTunnel | null | Indicates whether the VPN is split-tunnel. | |
Action | string |