Uses of Class
software.amazon.awscdk.services.ec2.ClientVpnEndpoint
Package
Description
Amazon EC2 Construct Library
Amazon VpcV2 Construct Library
-
Uses of ClientVpnEndpoint in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionIVpc.addClientVpnEndpoint
(String id, ClientVpnEndpointOptions options) Adds a new client VPN endpoint to this VPC.default ClientVpnEndpoint
IVpc.Jsii$Default.addClientVpnEndpoint
(String id, ClientVpnEndpointOptions options) Adds a new client VPN endpoint to this VPC.final ClientVpnEndpoint
IVpc.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
Modifier and TypeMethodDescriptiondefault ClientVpnEndpoint
IVpcV2.Jsii$Default.addClientVpnEndpoint
(String id, ClientVpnEndpointOptions options) Adds a new client VPN endpoint to this VPC.final ClientVpnEndpoint
IVpcV2.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.