Class CfnClientVpnEndpointMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnClientVpnEndpointMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClientVpnEndpointMixinProps
CfnClientVpnEndpointMixinProps-
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.mixins.preview.services.ec2.mixins.CfnClientVpnEndpointMixinProps
CfnClientVpnEndpointMixinProps.Builder, CfnClientVpnEndpointMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClientVpnEndpointMixinProps.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 ObjectClient route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN.final ObjectInformation about the client connection logging options.final StringA brief description of the Client VPN endpoint.final ObjectIndicates whether the client VPN session is disconnected after the maximumsessionTimeoutHoursis reached.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 theCfnClientVpnEndpointMixinProps.Builder.
-
-
Method Details
-
getAuthenticationOptions
Description copied from interface:CfnClientVpnEndpointMixinPropsInformation about the authentication method to be used to authenticate clients.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnClientVpnEndpointPropsMixin.ClientAuthenticationRequestProperty>- Specified by:
getAuthenticationOptionsin interfaceCfnClientVpnEndpointMixinProps- See Also:
-
getClientCidrBlock
Description copied from interface:CfnClientVpnEndpointMixinPropsThe 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 interfaceCfnClientVpnEndpointMixinProps- See Also:
-
getClientConnectOptions
Description copied from interface:CfnClientVpnEndpointMixinPropsThe options for managing connection authorization for new client connections.Returns union: either
IResolvableorCfnClientVpnEndpointPropsMixin.ClientConnectOptionsProperty- Specified by:
getClientConnectOptionsin interfaceCfnClientVpnEndpointMixinProps- See Also:
-
getClientLoginBannerOptions
Description copied from interface:CfnClientVpnEndpointMixinPropsOptions for enabling a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.Returns union: either
IResolvableorCfnClientVpnEndpointPropsMixin.ClientLoginBannerOptionsProperty- Specified by:
getClientLoginBannerOptionsin interfaceCfnClientVpnEndpointMixinProps- See Also:
-
getClientRouteEnforcementOptions
Description copied from interface:CfnClientVpnEndpointMixinPropsClient route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN.T his feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel.
Client route enforcement works by monitoring the route table of a connected device for routing policy changes to the VPN connection. If the feature detects any VPN routing policy modifications, it will automatically force an update to the route table, reverting it back to the expected route configurations.
Returns union: either
IResolvableorCfnClientVpnEndpointPropsMixin.ClientRouteEnforcementOptionsProperty- Specified by:
getClientRouteEnforcementOptionsin interfaceCfnClientVpnEndpointMixinProps- See Also:
-
getConnectionLogOptions
Description copied from interface:CfnClientVpnEndpointMixinPropsInformation 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
Returns union: either
IResolvableorCfnClientVpnEndpointPropsMixin.ConnectionLogOptionsProperty- Specified by:
getConnectionLogOptionsin interfaceCfnClientVpnEndpointMixinProps- See Also:
-
getDescription
Description copied from interface:CfnClientVpnEndpointMixinPropsA brief description of the Client VPN endpoint.- Specified by:
getDescriptionin interfaceCfnClientVpnEndpointMixinProps- See Also:
-
getDisconnectOnSessionTimeout
Description copied from interface:CfnClientVpnEndpointMixinPropsIndicates whether the client VPN session is disconnected after the maximumsessionTimeoutHoursis reached.If
true, users are prompted to reconnect client VPN. Iffalse, client VPN attempts to reconnect automatically. The default value istrue.Returns union: either
BooleanorIResolvable- Specified by:
getDisconnectOnSessionTimeoutin interfaceCfnClientVpnEndpointMixinProps- See Also:
-
getDnsServers
Description copied from interface:CfnClientVpnEndpointMixinPropsInformation 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 interfaceCfnClientVpnEndpointMixinProps- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnClientVpnEndpointMixinPropsThe 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 interfaceCfnClientVpnEndpointMixinProps- See Also:
-
getSelfServicePortal
Description copied from interface:CfnClientVpnEndpointMixinPropsSpecify whether to enable the self-service portal for the Client VPN endpoint.Default Value:
enabled- Specified by:
getSelfServicePortalin interfaceCfnClientVpnEndpointMixinProps- See Also:
-
getServerCertificateArn
Description copied from interface:CfnClientVpnEndpointMixinPropsThe ARN of the server certificate.For more information, see the Certificate Manager User Guide .
- Specified by:
getServerCertificateArnin interfaceCfnClientVpnEndpointMixinProps- See Also:
-
getSessionTimeoutHours
Description copied from interface:CfnClientVpnEndpointMixinPropsThe maximum VPN session duration time in hours.Valid values:
8 | 10 | 12 | 24Default value:
24- Specified by:
getSessionTimeoutHoursin interfaceCfnClientVpnEndpointMixinProps- See Also:
-
getSplitTunnel
Description copied from interface:CfnClientVpnEndpointMixinPropsIndicates 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 .
Returns union: either
BooleanorIResolvable- Specified by:
getSplitTunnelin interfaceCfnClientVpnEndpointMixinProps- See Also:
-
getTagSpecifications
Description copied from interface:CfnClientVpnEndpointMixinPropsThe tags to apply to the Client VPN endpoint during creation.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnClientVpnEndpointPropsMixin.TagSpecificationProperty>- Specified by:
getTagSpecificationsin interfaceCfnClientVpnEndpointMixinProps- See Also:
-
getTransportProtocol
Description copied from interface:CfnClientVpnEndpointMixinPropsThe transport protocol to be used by the VPN session.Default value:
udp- Specified by:
getTransportProtocolin interfaceCfnClientVpnEndpointMixinProps- See Also:
-
getVpcId
Description copied from interface:CfnClientVpnEndpointMixinPropsThe 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 interfaceCfnClientVpnEndpointMixinProps- See Also:
-
getVpnPort
Description copied from interface:CfnClientVpnEndpointMixinPropsThe port number to assign to the Client VPN endpoint for TCP and UDP traffic.Valid Values:
443|1194Default Value:
443- Specified by:
getVpnPortin interfaceCfnClientVpnEndpointMixinProps- See Also:
-
$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()
-