Uses of Interface
software.amazon.awscdk.services.ec2.IClientVpnEndpointRef
Packages that use IClientVpnEndpointRef
-
Uses of IClientVpnEndpointRef in software.amazon.awscdk.services.ec2
Subinterfaces of IClientVpnEndpointRef in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterface
A client VPN endpoint.static interface
Internal default implementation forIClientVpnEndpoint
.static interface
Internal default implementation forIClientVpnEndpointRef
.Classes in software.amazon.awscdk.services.ec2 that implement IClientVpnEndpointRefModifier and TypeClassDescriptionclass
Specifies a Client VPN endpoint.class
A client VPN connection.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.ec2 that return IClientVpnEndpointRefModifier and TypeMethodDescriptiondefault IClientVpnEndpointRef
ClientVpnAuthorizationRuleProps.getClientVpnEndpoint()
The client VPN endpoint to which to add the rule.final IClientVpnEndpointRef
ClientVpnAuthorizationRuleProps.Jsii$Proxy.getClientVpnEndpoint()
Methods in software.amazon.awscdk.services.ec2 with parameters of type IClientVpnEndpointRefModifier and TypeMethodDescriptionClientVpnAuthorizationRule.Builder.clientVpnEndpoint
(IClientVpnEndpointRef clientVpnEndpoint) The client VPN endpoint to which to add the rule.ClientVpnAuthorizationRuleProps.Builder.clientVpnEndpoint
(IClientVpnEndpointRef clientVpnEndpoint) Sets the value ofClientVpnAuthorizationRuleProps.getClientVpnEndpoint()