aws ec2 modify-client-vpn-endpoint

Modifies the specified Client VPN endpoint. Modifying the DNS server resets existing client connections

Options

NameDescription
--client-vpn-endpoint-id <string>The ID of the Client VPN endpoint to modify
--server-certificate-arn <string>The ARN of the server certificate to be used. The server certificate must be provisioned in AWS Certificate Manager (ACM)
--connection-log-options <structure>Information about the client connection logging options. If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged: Client connection requests Client connection results (successful and unsuccessful) Reasons for unsuccessful client connection requests Client connection termination time
--dns-servers <structure>Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers
--vpn-port <integer>The port number to assign to the Client VPN endpoint for TCP and UDP traffic. Valid Values: 443 | 1194 Default Value: 443
--description <string>A brief description of the Client VPN endpoint
--split-tunnelIndicates whether the VPN is split-tunnel. For information about split-tunnel VPN endpoints, see Split-Tunnel AWS Client VPN Endpoint in the AWS Client VPN Administrator Guide
--no-split-tunnelIndicates whether the VPN is split-tunnel. For information about split-tunnel VPN endpoints, see Split-Tunnel AWS Client VPN Endpoint in the AWS Client VPN Administrator Guide
--dry-runChecks 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
--no-dry-runChecks 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
--security-group-ids <list>The IDs of one or more security groups to apply to the target network
--vpc-id <string>The ID of the VPC to associate with the Client VPN endpoint
--self-service-portal <string>Specify whether to enable the self-service portal for the Client VPN endpoint
--client-connect-options <structure>The options for managing connection authorization for new client connections
--cli-input-json <string>Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally
--generate-cli-skeleton <string>Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command