Interface IClientVpnConnectionHandler
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IClientVpnConnectionHandler.Jsii$Default
- All Known Implementing Classes:
Alias,DockerImageFunction,Function,FunctionBase,GoFunction,IClientVpnConnectionHandler.Jsii$Proxy,NodejsFunction,PythonFunction,QualifiedFunctionBase,SingletonFunction,TriggerFunction,Version
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:37.824Z")
@Stability(Stable)
public interface IClientVpnConnectionHandler
extends software.amazon.jsii.JsiiSerializable
A connection handler for client VPN endpoints.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIClientVpnConnectionHandler.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the function.The name of the function.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFunctionArn
The ARN of the function. -
getFunctionName
The name of the function.
-