Class CfnClientVpnEndpointProps.Jsii$Proxy
- All Implemented Interfaces:
CfnClientVpnEndpointProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClientVpnEndpointProps
CfnClientVpnEndpointProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
CfnClientVpnEndpointProps.Builder, CfnClientVpnEndpointProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnClientVpnEndpointProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Information about the authentication method to be used to authenticate clients.final String
The IPv4 address range, in CIDR notation, from which to assign client IP addresses.final Object
The options for managing connection authorization for new client connections.final Object
Options for enabling a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.final Object
Information about the client connection logging options.final String
A brief description of the Client VPN endpoint.Information about the DNS servers to be used for DNS resolution.The IDs of one or more security groups to apply to the target network.final String
Specify whether to enable the self-service portal for the Client VPN endpoint.final String
The ARN of the server certificate.final Number
The maximum VPN session duration time in hours.final Object
Indicates whether split-tunnel is enabled on the AWS Client VPN endpoint.final Object
The tags to apply to the Client VPN endpoint during creation.final String
The transport protocol to be used by the VPN session.final String
getVpcId()
The ID of the VPC to associate with the Client VPN endpoint.final Number
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnClientVpnEndpointProps.Builder
.
-
-
Method Details
-
getAuthenticationOptions
Description copied from interface:CfnClientVpnEndpointProps
Information about the authentication method to be used to authenticate clients.- Specified by:
getAuthenticationOptions
in interfaceCfnClientVpnEndpointProps
- See Also:
-
getClientCidrBlock
Description copied from interface:CfnClientVpnEndpointProps
The IPv4 address range, in CIDR notation, from which to assign client IP addresses.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. Client CIDR range must have a size of at least /22 and must not be greater than /12.
- Specified by:
getClientCidrBlock
in interfaceCfnClientVpnEndpointProps
- See Also:
-
getConnectionLogOptions
Description copied from interface:CfnClientVpnEndpointProps
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
- Specified by:
getConnectionLogOptions
in interfaceCfnClientVpnEndpointProps
- See Also:
-
getServerCertificateArn
Description copied from interface:CfnClientVpnEndpointProps
The ARN of the server certificate.For more information, see the AWS Certificate Manager User Guide .
- Specified by:
getServerCertificateArn
in interfaceCfnClientVpnEndpointProps
- See Also:
-
getClientConnectOptions
Description copied from interface:CfnClientVpnEndpointProps
The options for managing connection authorization for new client connections.- Specified by:
getClientConnectOptions
in interfaceCfnClientVpnEndpointProps
- See Also:
-
getClientLoginBannerOptions
Description copied from interface:CfnClientVpnEndpointProps
Options for enabling a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.- Specified by:
getClientLoginBannerOptions
in interfaceCfnClientVpnEndpointProps
- See Also:
-
getDescription
Description copied from interface:CfnClientVpnEndpointProps
A brief description of the Client VPN endpoint.- Specified by:
getDescription
in interfaceCfnClientVpnEndpointProps
- See Also:
-
getDnsServers
Description copied from interface:CfnClientVpnEndpointProps
Information about the DNS servers to be used for DNS resolution.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.
- Specified by:
getDnsServers
in interfaceCfnClientVpnEndpointProps
- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnClientVpnEndpointProps
The IDs of one or more security groups to apply to the target network.You must also specify the ID of the VPC that contains the security groups.
- Specified by:
getSecurityGroupIds
in interfaceCfnClientVpnEndpointProps
- See Also:
-
getSelfServicePortal
Description copied from interface:CfnClientVpnEndpointProps
Specify whether to enable the self-service portal for the Client VPN endpoint.Default Value:
enabled
- Specified by:
getSelfServicePortal
in interfaceCfnClientVpnEndpointProps
- See Also:
-
getSessionTimeoutHours
Description copied from interface:CfnClientVpnEndpointProps
The maximum VPN session duration time in hours.Valid values:
8 | 10 | 12 | 24
Default value:
24
- Specified by:
getSessionTimeoutHours
in interfaceCfnClientVpnEndpointProps
- See Also:
-
getSplitTunnel
Description copied from interface:CfnClientVpnEndpointProps
Indicates whether split-tunnel is enabled on the AWS Client VPN endpoint.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 .
- Specified by:
getSplitTunnel
in interfaceCfnClientVpnEndpointProps
- See Also:
-
getTagSpecifications
Description copied from interface:CfnClientVpnEndpointProps
The tags to apply to the Client VPN endpoint during creation.- Specified by:
getTagSpecifications
in interfaceCfnClientVpnEndpointProps
- See Also:
-
getTransportProtocol
Description copied from interface:CfnClientVpnEndpointProps
The transport protocol to be used by the VPN session.Default value:
udp
- Specified by:
getTransportProtocol
in interfaceCfnClientVpnEndpointProps
- See Also:
-
getVpcId
Description copied from interface:CfnClientVpnEndpointProps
The ID of the VPC to associate with the Client VPN endpoint.If no security group IDs are specified in the request, the default security group for the VPC is applied.
- Specified by:
getVpcId
in interfaceCfnClientVpnEndpointProps
- See Also:
-
getVpnPort
Description copied from interface:CfnClientVpnEndpointProps
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.Valid Values:
443
|1194
Default Value:
443
- Specified by:
getVpnPort
in interfaceCfnClientVpnEndpointProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-