Struct aws_sdk_ec2::model::client_vpn_endpoint::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ClientVpnEndpoint
Implementations
The ID of the Client VPN endpoint.
The ID of the Client VPN endpoint.
A brief description of the endpoint.
A brief description of the endpoint.
The current state of the Client VPN 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 created.
The date and time the Client VPN endpoint was deleted, if applicable.
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 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.
The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.
Appends an item to dns_servers
.
To override the contents of this collection use set_dns_servers
.
Information about the DNS servers to be used for DNS resolution.
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.
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 protocol used by the VPN session.
The transport protocol used by the Client VPN endpoint.
The transport protocol used by the Client VPN endpoint.
The port number for the Client VPN endpoint.
Appends an item to associated_target_networks
.
To override the contents of this collection use set_associated_target_networks
.
Information about the associated target networks. A target network is a subnet in a VPC.
pub fn set_associated_target_networks(
self,
input: Option<Vec<AssociatedTargetNetwork>>
) -> Self
pub fn set_associated_target_networks(
self,
input: Option<Vec<AssociatedTargetNetwork>>
) -> Self
Information about the associated target networks. A target network is a subnet in a VPC.
The ARN of the server certificate.
The ARN of the server certificate.
Appends an item to authentication_options
.
To override the contents of this collection use set_authentication_options
.
Information about the authentication method used by the Client VPN endpoint.
Information about the authentication method used by the Client VPN endpoint.
Information about the client connection logging options for the Client VPN endpoint.
Information about the client connection logging options for the Client VPN endpoint.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Any tags assigned to the Client VPN endpoint.
Any tags assigned to the Client VPN endpoint.
Appends an item to security_group_ids
.
To override the contents of this collection use set_security_group_ids
.
The IDs of the security groups for the target network.
The IDs of the security groups for the target network.
The ID of the VPC.
The URL of the self-service portal.
The URL of the self-service portal.
The options for managing connection authorization for new client connections.
The options for managing connection authorization for new client connections.
Consumes the builder and constructs a ClientVpnEndpoint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
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