@Stability(value=Stable) @Internal public static final class CfnClientVpnEndpointProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClientVpnEndpointProps
CfnClientVpnEndpointPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnClientVpnEndpointProps.Builder, CfnClientVpnEndpointProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnClientVpnEndpointProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnClientVpnEndpointProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAuthenticationOptions()
Information about the authentication method to be used to authenticate clients.
|
String |
getClientCidrBlock()
The IPv4 address range, in CIDR notation, from which to assign client IP addresses.
|
Object |
getClientConnectOptions()
The options for managing connection authorization for new client connections.
|
Object |
getClientLoginBannerOptions()
Options for enabling a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.
|
Object |
getConnectionLogOptions()
Information about the client connection logging options.
|
String |
getDescription()
A brief description of the Client VPN endpoint.
|
List<String> |
getDnsServers()
Information about the DNS servers to be used for DNS resolution.
|
List<String> |
getSecurityGroupIds()
The IDs of one or more security groups to apply to the target network.
|
String |
getSelfServicePortal()
Specify whether to enable the self-service portal for the Client VPN endpoint.
|
String |
getServerCertificateArn()
The ARN of the server certificate.
|
Number |
getSessionTimeoutHours()
The maximum VPN session duration time in hours.
|
Object |
getSplitTunnel()
Indicates whether split-tunnel is enabled on the AWS Client VPN endpoint.
|
Object |
getTagSpecifications()
The tags to apply to the Client VPN endpoint during creation.
|
String |
getTransportProtocol()
The transport protocol to be used by the VPN session.
|
String |
getVpcId()
The ID of the VPC to associate with the Client VPN endpoint.
|
Number |
getVpnPort()
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnClientVpnEndpointProps.Builder builder)
CfnClientVpnEndpointProps.Builder.public final Object getAuthenticationOptions()
CfnClientVpnEndpointPropsgetAuthenticationOptions in interface CfnClientVpnEndpointPropspublic final String getClientCidrBlock()
CfnClientVpnEndpointPropsThe 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. The CIDR block should be /22 or greater.
getClientCidrBlock in interface CfnClientVpnEndpointPropspublic final Object getConnectionLogOptions()
CfnClientVpnEndpointPropsIf you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:
getConnectionLogOptions in interface CfnClientVpnEndpointPropspublic final String getServerCertificateArn()
CfnClientVpnEndpointPropsFor more information, see the AWS Certificate Manager User Guide .
getServerCertificateArn in interface CfnClientVpnEndpointPropspublic final Object getClientConnectOptions()
CfnClientVpnEndpointPropsgetClientConnectOptions in interface CfnClientVpnEndpointPropspublic final Object getClientLoginBannerOptions()
CfnClientVpnEndpointPropsgetClientLoginBannerOptions in interface CfnClientVpnEndpointPropspublic final String getDescription()
CfnClientVpnEndpointPropsgetDescription in interface CfnClientVpnEndpointPropspublic final List<String> getDnsServers()
CfnClientVpnEndpointPropsA 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.
getDnsServers in interface CfnClientVpnEndpointPropspublic final List<String> getSecurityGroupIds()
CfnClientVpnEndpointPropsYou must also specify the ID of the VPC that contains the security groups.
getSecurityGroupIds in interface CfnClientVpnEndpointPropspublic final String getSelfServicePortal()
CfnClientVpnEndpointProps
Default Value: enabled
getSelfServicePortal in interface CfnClientVpnEndpointPropspublic final Number getSessionTimeoutHours()
CfnClientVpnEndpointProps
Valid values: 8 | 10 | 12 | 24
Default value: 24
getSessionTimeoutHours in interface CfnClientVpnEndpointPropspublic final Object getSplitTunnel()
CfnClientVpnEndpointPropsBy default, split-tunnel on a VPN endpoint is disabled.
For information about split-tunnel VPN endpoints, see Split-tunnel AWS Client VPN endpoint in the AWS Client VPN Administrator Guide .
getSplitTunnel in interface CfnClientVpnEndpointPropspublic final Object getTagSpecifications()
CfnClientVpnEndpointPropsgetTagSpecifications in interface CfnClientVpnEndpointPropspublic final String getTransportProtocol()
CfnClientVpnEndpointProps
Default value: udp
getTransportProtocol in interface CfnClientVpnEndpointPropspublic final String getVpcId()
CfnClientVpnEndpointPropsIf no security group IDs are specified in the request, the default security group for the VPC is applied.
getVpcId in interface CfnClientVpnEndpointPropspublic final Number getVpnPort()
CfnClientVpnEndpointProps
Valid Values: 443 | 1194
Default Value: 443
getVpnPort in interface CfnClientVpnEndpointProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.