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.
Container for the parameters to the ModifyClientVpnEndpoint operation. Modifies the specified Client VPN endpoint. Modifying the DNS server resets existing client connections.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class ModifyClientVpnEndpointRequest : AmazonEC2Request IAmazonWebServiceRequest
The ModifyClientVpnEndpointRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ModifyClientVpnEndpointRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
ClientConnectOptions | Amazon.EC2.Model.ClientConnectOptions |
Gets and sets the property ClientConnectOptions. The options for managing connection authorization for new client connections. |
![]() |
ClientLoginBannerOptions | Amazon.EC2.Model.ClientLoginBannerOptions |
Gets and sets the property ClientLoginBannerOptions. Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established. |
![]() |
ClientVpnEndpointId | System.String |
Gets and sets the property ClientVpnEndpointId. The ID of the Client VPN endpoint to modify. |
![]() |
ConnectionLogOptions | Amazon.EC2.Model.ConnectionLogOptions |
Gets and sets the property ConnectionLogOptions. 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:
|
![]() |
Description | System.String |
Gets and sets the property Description. A brief description of the Client VPN endpoint. |
![]() |
DnsServers | Amazon.EC2.Model.DnsServersOptionsModifyStructure |
Gets and sets the property DnsServers. Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers. |
![]() |
SecurityGroupIds | System.Collections.Generic.List<System.String> |
Gets and sets the property SecurityGroupIds. The IDs of one or more security groups to apply to the target network. |
![]() |
SelfServicePortal | Amazon.EC2.SelfServicePortal |
Gets and sets the property SelfServicePortal. Specify whether to enable the self-service portal for the Client VPN endpoint. |
![]() |
ServerCertificateArn | System.String |
Gets and sets the property ServerCertificateArn. The ARN of the server certificate to be used. The server certificate must be provisioned in Certificate Manager (ACM). |
![]() |
SessionTimeoutHours | System.Int32 |
Gets and sets the property SessionTimeoutHours. The maximum VPN session duration time in hours.
Valid values:
Default value: |
![]() |
SplitTunnel | System.Boolean |
Gets and sets the property SplitTunnel. Indicates whether the VPN is split-tunnel. For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide. |
![]() |
VpcId | System.String |
Gets and sets the property VpcId. The ID of the VPC to associate with the Client VPN endpoint. |
![]() |
VpnPort | System.Int32 |
Gets and sets the property VpnPort. The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
Valid Values:
Default Value: |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5, 4.0, 3.5