pub struct ModifyClientVpnEndpoint { /* private fields */ }
Expand description
Fluent builder constructing a request to ModifyClientVpnEndpoint
.
Modifies the specified Client VPN endpoint. Modifying the DNS server resets existing client connections.
Implementations§
source§impl ModifyClientVpnEndpoint
impl ModifyClientVpnEndpoint
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<ModifyClientVpnEndpoint, AwsResponseRetryClassifier>, SdkError<ModifyClientVpnEndpointError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<ModifyClientVpnEndpoint, AwsResponseRetryClassifier>, SdkError<ModifyClientVpnEndpointError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<ModifyClientVpnEndpointOutput, SdkError<ModifyClientVpnEndpointError>>
pub async fn send(
self
) -> Result<ModifyClientVpnEndpointOutput, SdkError<ModifyClientVpnEndpointError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn client_vpn_endpoint_id(self, input: impl Into<String>) -> Self
pub fn client_vpn_endpoint_id(self, input: impl Into<String>) -> Self
The ID of the Client VPN endpoint to modify.
sourcepub fn set_client_vpn_endpoint_id(self, input: Option<String>) -> Self
pub fn set_client_vpn_endpoint_id(self, input: Option<String>) -> Self
The ID of the Client VPN endpoint to modify.
sourcepub fn server_certificate_arn(self, input: impl Into<String>) -> Self
pub fn server_certificate_arn(self, input: impl Into<String>) -> Self
The ARN of the server certificate to be used. The server certificate must be provisioned in Certificate Manager (ACM).
sourcepub fn set_server_certificate_arn(self, input: Option<String>) -> Self
pub fn set_server_certificate_arn(self, input: Option<String>) -> Self
The ARN of the server certificate to be used. The server certificate must be provisioned in Certificate Manager (ACM).
sourcepub fn connection_log_options(self, input: ConnectionLogOptions) -> Self
pub fn connection_log_options(self, input: ConnectionLogOptions) -> Self
Information about the client connection logging options.
If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:
-
Client connection requests
-
Client connection results (successful and unsuccessful)
-
Reasons for unsuccessful client connection requests
-
Client connection termination time
sourcepub fn set_connection_log_options(
self,
input: Option<ConnectionLogOptions>
) -> Self
pub fn set_connection_log_options(
self,
input: Option<ConnectionLogOptions>
) -> Self
Information about the client connection logging options.
If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:
-
Client connection requests
-
Client connection results (successful and unsuccessful)
-
Reasons for unsuccessful client connection requests
-
Client connection termination time
sourcepub fn dns_servers(self, input: DnsServersOptionsModifyStructure) -> Self
pub fn dns_servers(self, input: DnsServersOptionsModifyStructure) -> Self
Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers.
sourcepub fn set_dns_servers(
self,
input: Option<DnsServersOptionsModifyStructure>
) -> Self
pub fn set_dns_servers(
self,
input: Option<DnsServersOptionsModifyStructure>
) -> Self
Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers.
sourcepub fn vpn_port(self, input: i32) -> Self
pub fn vpn_port(self, input: i32) -> Self
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
Valid Values: 443
| 1194
Default Value: 443
sourcepub fn set_vpn_port(self, input: Option<i32>) -> Self
pub fn set_vpn_port(self, input: Option<i32>) -> Self
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
Valid Values: 443
| 1194
Default Value: 443
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A brief description of the Client VPN endpoint.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A brief description of the Client VPN endpoint.
sourcepub fn split_tunnel(self, input: bool) -> Self
pub fn split_tunnel(self, input: bool) -> Self
Indicates whether the VPN is split-tunnel.
For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.
sourcepub fn set_split_tunnel(self, input: Option<bool>) -> Self
pub fn set_split_tunnel(self, input: Option<bool>) -> Self
Indicates whether the VPN is split-tunnel.
For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.
sourcepub fn dry_run(self, input: bool) -> Self
pub fn dry_run(self, input: bool) -> Self
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
.
sourcepub fn set_dry_run(self, input: Option<bool>) -> Self
pub fn set_dry_run(self, input: Option<bool>) -> Self
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
.
sourcepub fn security_group_ids(self, input: impl Into<String>) -> Self
pub fn security_group_ids(self, input: impl Into<String>) -> Self
Appends an item to SecurityGroupIds
.
To override the contents of this collection use set_security_group_ids
.
The IDs of one or more security groups to apply to the target network.
sourcepub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
The IDs of one or more security groups to apply to the target network.
sourcepub fn vpc_id(self, input: impl Into<String>) -> Self
pub fn vpc_id(self, input: impl Into<String>) -> Self
The ID of the VPC to associate with the Client VPN endpoint.
sourcepub fn set_vpc_id(self, input: Option<String>) -> Self
pub fn set_vpc_id(self, input: Option<String>) -> Self
The ID of the VPC to associate with the Client VPN endpoint.
sourcepub fn self_service_portal(self, input: SelfServicePortal) -> Self
pub fn self_service_portal(self, input: SelfServicePortal) -> Self
Specify whether to enable the self-service portal for the Client VPN endpoint.
sourcepub fn set_self_service_portal(self, input: Option<SelfServicePortal>) -> Self
pub fn set_self_service_portal(self, input: Option<SelfServicePortal>) -> Self
Specify whether to enable the self-service portal for the Client VPN endpoint.
sourcepub fn client_connect_options(self, input: ClientConnectOptions) -> Self
pub fn client_connect_options(self, input: ClientConnectOptions) -> Self
The options for managing connection authorization for new client connections.
sourcepub fn set_client_connect_options(
self,
input: Option<ClientConnectOptions>
) -> Self
pub fn set_client_connect_options(
self,
input: Option<ClientConnectOptions>
) -> Self
The options for managing connection authorization for new client connections.
sourcepub fn session_timeout_hours(self, input: i32) -> Self
pub fn session_timeout_hours(self, input: i32) -> Self
The maximum VPN session duration time in hours.
Valid values: 8 | 10 | 12 | 24
Default value: 24
sourcepub fn set_session_timeout_hours(self, input: Option<i32>) -> Self
pub fn set_session_timeout_hours(self, input: Option<i32>) -> Self
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.
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
Trait Implementations§
source§impl Clone for ModifyClientVpnEndpoint
impl Clone for ModifyClientVpnEndpoint
source§fn clone(&self) -> ModifyClientVpnEndpoint
fn clone(&self) -> ModifyClientVpnEndpoint
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more