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.109.0 (build c221850)",
date="2025-03-14T03:24:57.222Z")
@Stability(Stable)
public interface IClientVpnConnectionHandler
extends software.amazon.jsii.JsiiSerializable
A connection handler for client VPN endpoints.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIClientVpnConnectionHandler
.static final class
A 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.
-