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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
CfnClientVpnEndpointProps.Builder, CfnClientVpnEndpointProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClientVpnEndpointProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectInformation about the authentication method to be used to authenticate clients.final StringThe IPv4 address range, in CIDR notation, from which to assign client IP addresses.final ObjectThe options for managing connection authorization for new client connections.final ObjectOptions for enabling a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.final ObjectInformation about the client connection logging options.final StringA 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 StringSpecify whether to enable the self-service portal for the Client VPN endpoint.final StringThe ARN of the server certificate.final NumberThe maximum VPN session duration time in hours.final ObjectIndicates whether split-tunnel is enabled on the AWS Client VPN endpoint.final ObjectThe tags to apply to the Client VPN endpoint during creation.final StringThe transport protocol to be used by the VPN session.final StringgetVpcId()The ID of the VPC to associate with the Client VPN endpoint.final NumberThe port number to assign to the Client VPN endpoint for TCP and UDP traffic.final inthashCode()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:CfnClientVpnEndpointPropsInformation about the authentication method to be used to authenticate clients.- Specified by:
getAuthenticationOptionsin interfaceCfnClientVpnEndpointProps
-
getClientCidrBlock
Description copied from interface:CfnClientVpnEndpointPropsThe 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:
getClientCidrBlockin interfaceCfnClientVpnEndpointProps
-
getConnectionLogOptions
Description copied from interface:CfnClientVpnEndpointPropsInformation 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:
getConnectionLogOptionsin interfaceCfnClientVpnEndpointProps
-
getServerCertificateArn
Description copied from interface:CfnClientVpnEndpointPropsThe ARN of the server certificate.For more information, see the AWS Certificate Manager User Guide .
- Specified by:
getServerCertificateArnin interfaceCfnClientVpnEndpointProps
-
getClientConnectOptions
Description copied from interface:CfnClientVpnEndpointPropsThe options for managing connection authorization for new client connections.- Specified by:
getClientConnectOptionsin interfaceCfnClientVpnEndpointProps
-
getClientLoginBannerOptions
Description copied from interface:CfnClientVpnEndpointPropsOptions for enabling a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.- Specified by:
getClientLoginBannerOptionsin interfaceCfnClientVpnEndpointProps
-
getDescription
Description copied from interface:CfnClientVpnEndpointPropsA brief description of the Client VPN endpoint.- Specified by:
getDescriptionin interfaceCfnClientVpnEndpointProps
-
getDnsServers
Description copied from interface:CfnClientVpnEndpointPropsInformation 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:
getDnsServersin interfaceCfnClientVpnEndpointProps
-
getSecurityGroupIds
Description copied from interface:CfnClientVpnEndpointPropsThe 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:
getSecurityGroupIdsin interfaceCfnClientVpnEndpointProps
-
getSelfServicePortal
Description copied from interface:CfnClientVpnEndpointPropsSpecify whether to enable the self-service portal for the Client VPN endpoint.Default Value:
enabled- Specified by:
getSelfServicePortalin interfaceCfnClientVpnEndpointProps
-
getSessionTimeoutHours
Description copied from interface:CfnClientVpnEndpointPropsThe maximum VPN session duration time in hours.Valid values:
8 | 10 | 12 | 24Default value:
24- Specified by:
getSessionTimeoutHoursin interfaceCfnClientVpnEndpointProps
-
getSplitTunnel
Description copied from interface:CfnClientVpnEndpointPropsIndicates 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:
getSplitTunnelin interfaceCfnClientVpnEndpointProps
-
getTagSpecifications
Description copied from interface:CfnClientVpnEndpointPropsThe tags to apply to the Client VPN endpoint during creation.- Specified by:
getTagSpecificationsin interfaceCfnClientVpnEndpointProps
-
getTransportProtocol
Description copied from interface:CfnClientVpnEndpointPropsThe transport protocol to be used by the VPN session.Default value:
udp- Specified by:
getTransportProtocolin interfaceCfnClientVpnEndpointProps
-
getVpcId
Description copied from interface:CfnClientVpnEndpointPropsThe 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:
getVpcIdin interfaceCfnClientVpnEndpointProps
-
getVpnPort
Description copied from interface:CfnClientVpnEndpointPropsThe port number to assign to the Client VPN endpoint for TCP and UDP traffic.Valid Values:
443|1194Default Value:
443- Specified by:
getVpnPortin interfaceCfnClientVpnEndpointProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-