Uses of Class
software.amazon.awscdk.services.ec2.ClientVpnEndpoint
Packages that use ClientVpnEndpoint
Package
Description
Amazon EC2 Construct Library
Amazon VpcV2 Construct Library
-
Uses of ClientVpnEndpoint in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return ClientVpnEndpointModifier and TypeMethodDescriptionIVpc.addClientVpnEndpoint(String id, ClientVpnEndpointOptions options) Adds a new client VPN endpoint to this VPC.default ClientVpnEndpointIVpc.Jsii$Default.addClientVpnEndpoint(String id, ClientVpnEndpointOptions options) Adds a new client VPN endpoint to this VPC.final ClientVpnEndpointIVpc.Jsii$Proxy.addClientVpnEndpoint(String id, ClientVpnEndpointOptions options) Adds a new client VPN endpoint to this VPC.Vpc.addClientVpnEndpoint(String id, ClientVpnEndpointOptions options) Adds a new client VPN endpoint to this VPC.ClientVpnEndpoint.Builder.build() -
Uses of ClientVpnEndpoint in software.amazon.awscdk.services.ec2.alpha
Methods in software.amazon.awscdk.services.ec2.alpha that return ClientVpnEndpointModifier and TypeMethodDescriptiondefault ClientVpnEndpointIVpcV2.Jsii$Default.addClientVpnEndpoint(String id, ClientVpnEndpointOptions options) Adds a new client VPN endpoint to this VPC.final ClientVpnEndpointIVpcV2.Jsii$Proxy.addClientVpnEndpoint(String id, ClientVpnEndpointOptions options) Adds a new client VPN endpoint to this VPC.VpcV2Base.addClientVpnEndpoint(String id, ClientVpnEndpointOptions options) (experimental) Adds a new client VPN endpoint to this VPC.