Interface IWebSocketRouteAuthorizer.Jsii$Default
- All Superinterfaces:
IWebSocketRouteAuthorizer,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IWebSocketRouteAuthorizer.Jsii$Proxy
- Enclosing interface:
IWebSocketRouteAuthorizer
@Internal
public static interface IWebSocketRouteAuthorizer.Jsii$Default
extends IWebSocketRouteAuthorizer
Internal default implementation for
IWebSocketRouteAuthorizer.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IWebSocketRouteAuthorizer
IWebSocketRouteAuthorizer.Jsii$Default, IWebSocketRouteAuthorizer.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault WebSocketRouteAuthorizerConfigbind(WebSocketRouteAuthorizerBindOptions options) Bind this authorizer to a specified WebSocket route.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull default WebSocketRouteAuthorizerConfig bind(@NotNull WebSocketRouteAuthorizerBindOptions options) Bind this authorizer to a specified WebSocket route.- Specified by:
bindin interfaceIWebSocketRouteAuthorizer- Parameters:
options- This parameter is required.
-