Uses of Interface
software.amazon.awscdk.interfaces.ec2.IClientVpnEndpointRef
Packages that use IClientVpnEndpointRef
Package
Description
Amazon EC2 Construct Library
-
Uses of IClientVpnEndpointRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of IClientVpnEndpointRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIClientVpnEndpointRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement IClientVpnEndpointRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IClientVpnEndpointRef in software.amazon.awscdk.services.ec2
Subinterfaces of IClientVpnEndpointRef in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterfaceA client VPN endpoint.static interfaceInternal default implementation forIClientVpnEndpoint.Classes in software.amazon.awscdk.services.ec2 that implement IClientVpnEndpointRefModifier and TypeClassDescriptionclassSpecifies a Client VPN endpoint.classA 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 IClientVpnEndpointRefModifier and TypeMethodDescriptionstatic IClientVpnEndpointRefCfnClientVpnEndpoint.fromClientVpnEndpointId(software.constructs.Construct scope, String id, String clientVpnEndpointId) Creates a new IClientVpnEndpointRef from a clientVpnEndpointId.default IClientVpnEndpointRefClientVpnAuthorizationRuleProps.getClientVpnEndpoint()The client VPN endpoint to which to add the rule.final IClientVpnEndpointRefClientVpnAuthorizationRuleProps.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()