Uses of Interface
software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
Packages that use ClientVpnEndpointOptions
-
Uses of ClientVpnEndpointOptions in software.amazon.awscdk.services.ec2
Subinterfaces of ClientVpnEndpointOptions in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterfaceProperties for a client VPN endpoint.Classes in software.amazon.awscdk.services.ec2 that implement ClientVpnEndpointOptionsModifier and TypeClassDescriptionstatic final classAn implementation forClientVpnEndpointOptionsstatic final classAn implementation forClientVpnEndpointPropsMethods in software.amazon.awscdk.services.ec2 that return ClientVpnEndpointOptionsModifier and TypeMethodDescriptionClientVpnEndpointOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ec2 with parameters of type ClientVpnEndpointOptionsModifier 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.