Uses of Interface
software.amazon.awscdk.services.ec2.IClientVpnEndpoint
Packages that use IClientVpnEndpoint
-
Uses of IClientVpnEndpoint in software.amazon.awscdk.services.ec2
Subinterfaces of IClientVpnEndpoint in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIClientVpnEndpoint
.Classes in software.amazon.awscdk.services.ec2 that implement IClientVpnEndpointModifier and TypeClassDescriptionclass
A client VPN connection.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.ec2 that return IClientVpnEndpointModifier and TypeMethodDescriptionstatic IClientVpnEndpoint
ClientVpnEndpoint.fromEndpointAttributes
(software.constructs.Construct scope, String id, ClientVpnEndpointAttributes attrs) Import an existing client VPN endpoint.default IClientVpnEndpoint
ClientVpnRouteProps.getClientVpnEndpoint()
The client VPN endpoint to which to add the route.final IClientVpnEndpoint
ClientVpnRouteProps.Jsii$Proxy.getClientVpnEndpoint()
Methods in software.amazon.awscdk.services.ec2 with parameters of type IClientVpnEndpointModifier and TypeMethodDescriptionClientVpnRoute.Builder.clientVpnEndpoint
(IClientVpnEndpoint clientVpnEndpoint) The client VPN endpoint to which to add the route.ClientVpnRouteProps.Builder.clientVpnEndpoint
(IClientVpnEndpoint clientVpnEndpoint) Sets the value ofClientVpnRouteProps.getClientVpnEndpoint()