Interface IWebSocketRouteAuthorizer
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IWebSocketRouteAuthorizer.Jsii$Default
- All Known Implementing Classes:
IWebSocketRouteAuthorizer.Jsii$Proxy
,WebSocketLambdaAuthorizer
,WebSocketNoneAuthorizer
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:43.307Z")
@Stability(Experimental)
public interface IWebSocketRouteAuthorizer
extends software.amazon.jsii.JsiiSerializable
(experimental) An authorizer that can attach to an WebSocket Route.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIWebSocketRouteAuthorizer
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind
(WebSocketRouteAuthorizerBindOptions options) (experimental) Bind this authorizer to a specified WebSocket route.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Experimental) @NotNull WebSocketRouteAuthorizerConfig bind(@NotNull WebSocketRouteAuthorizerBindOptions options) (experimental) Bind this authorizer to a specified WebSocket route.- Parameters:
options
- This parameter is required.
-