Builder
Properties
Information about the authentication method to be used to authenticate clients.
The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.
The options for managing connection authorization for new client connections.
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
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.
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
Information about the client connection logging options.
A brief description of the Client VPN endpoint.
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
.
Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS server.
The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.
Specify whether to enable the self-service portal for the Client VPN endpoint.
The ARN of the server certificate. For more information, see the Certificate Manager User Guide.
The maximum VPN session duration time in hours.
Indicates whether split-tunnel is enabled on the Client VPN endpoint.
The tags to apply to the Client VPN endpoint during creation.
The transport protocol to be used by the VPN session.
Functions
construct an aws.sdk.kotlin.services.ec2.model.ClientConnectOptions inside the given block
construct an aws.sdk.kotlin.services.ec2.model.ClientLoginBannerOptions inside the given block
construct an aws.sdk.kotlin.services.ec2.model.ClientRouteEnforcementOptions inside the given block
construct an aws.sdk.kotlin.services.ec2.model.ConnectionLogOptions inside the given block