#[non_exhaustive]
pub struct ClientVpnEndpoint { /* private fields */ }
Expand description

Describes a Client VPN endpoint.

Implementations§

The ID of the Client VPN endpoint.

A brief description of the endpoint.

The current state of the Client VPN endpoint.

The date and time the Client VPN endpoint was created.

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

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

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

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

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

For information about split-tunnel VPN endpoints, see Split-Tunnel Client VPN endpoint in the Client VPN Administrator Guide.

The protocol used by the VPN session.

The transport protocol used by the Client VPN endpoint.

The port number for the Client VPN endpoint.

👎Deprecated: This property is deprecated. To view the target networks associated with a Client VPN endpoint, call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.

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

The ARN of the server certificate.

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

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

Any tags assigned to the Client VPN endpoint.

The IDs of the security groups for the target network.

The ID of the VPC.

The URL of the self-service portal.

The options for managing connection authorization for new client connections.

The maximum VPN session duration time in hours.

Valid values: 8 | 10 | 12 | 24

Default value: 24

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

Creates a new builder-style object to manufacture ClientVpnEndpoint.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more