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.104.0 (build e79254c)",
date="2025-01-10T21:56:50.424Z")
@Stability(Stable)
public interface IClientVpnConnectionHandler
extends software.amazon.jsii.JsiiSerializable
A connection handler for client VPN endpoints.
-
Nested Class Summary
Modifier 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.
-