public static final class CfnClientVpnEndpointProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClientVpnEndpointProps
CfnClientVpnEndpointProps
CfnClientVpnEndpointProps.Builder, CfnClientVpnEndpointProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getAuthenticationOptions()
Information about the authentication method to be used to authenticate clients.
|
java.lang.String |
getClientCidrBlock()
The IPv4 address range, in CIDR notation, from which to assign client IP addresses.
|
java.lang.Object |
getClientConnectOptions()
The options for managing connection authorization for new client connections.
|
java.lang.Object |
getClientLoginBannerOptions()
Options for enabling a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.
|
java.lang.Object |
getConnectionLogOptions()
Information about the client connection logging options.
|
java.lang.String |
getDescription()
A brief description of the Client VPN endpoint.
|
java.util.List<java.lang.String> |
getDnsServers()
Information about the DNS servers to be used for DNS resolution.
|
java.util.List<java.lang.String> |
getSecurityGroupIds()
The IDs of one or more security groups to apply to the target network.
|
java.lang.String |
getSelfServicePortal()
Specify whether to enable the self-service portal for the Client VPN endpoint.
|
java.lang.String |
getServerCertificateArn()
The ARN of the server certificate.
|
java.lang.Number |
getSessionTimeoutHours()
The maximum VPN session duration time in hours.
|
java.lang.Object |
getSplitTunnel()
Indicates whether split-tunnel is enabled on the AWS Client VPN endpoint.
|
java.lang.Object |
getTagSpecifications()
The tags to apply to the Client VPN endpoint during creation.
|
java.lang.String |
getTransportProtocol()
The transport protocol to be used by the VPN session.
|
java.lang.String |
getVpcId()
The ID of the VPC to associate with the Client VPN endpoint.
|
java.lang.Number |
getVpnPort()
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAuthenticationOptions()
CfnClientVpnEndpointProps
getAuthenticationOptions
in interface CfnClientVpnEndpointProps
public final java.lang.String getClientCidrBlock()
CfnClientVpnEndpointProps
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. The CIDR block should be /22 or greater.
getClientCidrBlock
in interface CfnClientVpnEndpointProps
public final java.lang.Object getConnectionLogOptions()
CfnClientVpnEndpointProps
If 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 CfnClientVpnEndpointProps
public final java.lang.String getServerCertificateArn()
CfnClientVpnEndpointProps
For more information, see the AWS Certificate Manager User Guide .
getServerCertificateArn
in interface CfnClientVpnEndpointProps
public final java.lang.Object getClientConnectOptions()
CfnClientVpnEndpointProps
getClientConnectOptions
in interface CfnClientVpnEndpointProps
public final java.lang.Object getClientLoginBannerOptions()
CfnClientVpnEndpointProps
getClientLoginBannerOptions
in interface CfnClientVpnEndpointProps
public final java.lang.String getDescription()
CfnClientVpnEndpointProps
getDescription
in interface CfnClientVpnEndpointProps
public final java.util.List<java.lang.String> getDnsServers()
CfnClientVpnEndpointProps
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.
getDnsServers
in interface CfnClientVpnEndpointProps
public final java.util.List<java.lang.String> getSecurityGroupIds()
CfnClientVpnEndpointProps
You must also specify the ID of the VPC that contains the security groups.
getSecurityGroupIds
in interface CfnClientVpnEndpointProps
public final java.lang.String getSelfServicePortal()
CfnClientVpnEndpointProps
Default Value: enabled
getSelfServicePortal
in interface CfnClientVpnEndpointProps
public final java.lang.Number getSessionTimeoutHours()
CfnClientVpnEndpointProps
Valid values: 8 | 10 | 12 | 24
Default value: 24
getSessionTimeoutHours
in interface CfnClientVpnEndpointProps
public final java.lang.Object getSplitTunnel()
CfnClientVpnEndpointProps
By 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 CfnClientVpnEndpointProps
public final java.lang.Object getTagSpecifications()
CfnClientVpnEndpointProps
getTagSpecifications
in interface CfnClientVpnEndpointProps
public final java.lang.String getTransportProtocol()
CfnClientVpnEndpointProps
Default value: udp
getTransportProtocol
in interface CfnClientVpnEndpointProps
public final java.lang.String getVpcId()
CfnClientVpnEndpointProps
If no security group IDs are specified in the request, the default security group for the VPC is applied.
getVpcId
in interface CfnClientVpnEndpointProps
public final java.lang.Number getVpnPort()
CfnClientVpnEndpointProps
Valid Values: 443
| 1194
Default Value: 443
getVpnPort
in interface CfnClientVpnEndpointProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()