ModifyClientVpnEndpointRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The options for managing connection authorization for new client connections.

Link copied to clipboard

Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.

Link copied to clipboard

Client route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN. T his feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel.

Link copied to clipboard

The ID of the Client VPN endpoint to modify.

Link copied to clipboard

Information about the client connection logging options.

Link copied to clipboard

A brief description of the Client VPN endpoint.

Link copied to clipboard

Indicates whether the client VPN session is disconnected after the maximum timeout specified in sessionTimeoutHours is reached. If true, users are prompted to reconnect client VPN. If false, client VPN attempts to reconnect automatically. The default value is true.

Link copied to clipboard

Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers.

Link copied to clipboard

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.

Link copied to clipboard

The IDs of one or more security groups to apply to the target network.

Link copied to clipboard

Specify whether to enable the self-service portal for the Client VPN endpoint.

Link copied to clipboard

The ARN of the server certificate to be used. The server certificate must be provisioned in Certificate Manager (ACM).

Link copied to clipboard

The maximum VPN session duration time in hours.

Link copied to clipboard

Indicates whether the VPN is split-tunnel.

Link copied to clipboard

The ID of the VPC to associate with the Client VPN endpoint.

Link copied to clipboard
val vpnPort: Int?

The port number to assign to the Client VPN endpoint for TCP and UDP traffic.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String