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 interfaceInternal default implementation forIClientVpnEndpoint.Classes in software.amazon.awscdk.services.ec2 that implement IClientVpnEndpointModifier and TypeClassDescriptionclassA client VPN connection.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.ec2 that return IClientVpnEndpointModifier and TypeMethodDescriptionstatic IClientVpnEndpointClientVpnEndpoint.fromEndpointAttributes(software.constructs.Construct scope, String id, ClientVpnEndpointAttributes attrs) Import an existing client VPN endpoint.default IClientVpnEndpointClientVpnRouteProps.getClientVpnEndpoint()The client VPN endpoint to which to add the route.final IClientVpnEndpointClientVpnRouteProps.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()