ClientVpnEndpoint

Describes a Client VPN endpoint.

Types

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

Properties

Link copied to clipboard

Information about the associated target networks. A target network is a subnet in a VPC.

Link copied to clipboard

Information about the authentication method used by the Client VPN endpoint.

Link copied to clipboard

The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.

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.

Link copied to clipboard

Information about the client connection logging options for the Client VPN endpoint.

Link copied to clipboard

The date and time the Client VPN endpoint was created.

Link copied to clipboard

The date and time the Client VPN endpoint was deleted, if applicable.

Link copied to clipboard

A brief description of the endpoint.

Link copied to clipboard

Indicates whether the client VPN session is disconnected after the maximum 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

The DNS name to be used by clients when connecting to the Client VPN endpoint.

Link copied to clipboard

Information about the DNS servers to be used for DNS resolution.

Link copied to clipboard

The IDs of the security groups for the target network.

Link copied to clipboard

The URL of the self-service portal.

Link copied to clipboard

The ARN of the server certificate.

Link copied to clipboard

The maximum VPN session duration time in hours.

Link copied to clipboard

Indicates whether split-tunnel is enabled in the Client VPN endpoint.

Link copied to clipboard

The current state of the Client VPN endpoint.

Link copied to clipboard
val tags: List<Tag>?

Any tags assigned to the Client VPN endpoint.

Link copied to clipboard

The transport protocol used by the Client VPN endpoint.

Link copied to clipboard

The ID of the VPC.

Link copied to clipboard
val vpnPort: Int?

The port number for the Client VPN endpoint.

Link copied to clipboard

The protocol used by the VPN session.

Functions

Link copied to clipboard
inline fun copy(block: ClientVpnEndpoint.Builder.() -> Unit = {}): ClientVpnEndpoint
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