Uses of Interface
software.amazon.awscdk.services.apigatewayv2.WebSocketRouteAuthorizerConfig
Package
Description
AWS APIGatewayv2 Authorizers
AWS APIGatewayv2 Construct Library
-
Uses of WebSocketRouteAuthorizerConfig in software.amazon.awscdk.aws_apigatewayv2_authorizers
Modifier and TypeMethodDescriptionWebSocketIamAuthorizer.bind
(WebSocketRouteAuthorizerBindOptions _options) Bind this authorizer to a specified WebSocket route.WebSocketLambdaAuthorizer.bind
(WebSocketRouteAuthorizerBindOptions options) Bind this authorizer to a specified WebSocket route. -
Uses of WebSocketRouteAuthorizerConfig in software.amazon.awscdk.services.apigatewayv2
Modifier and TypeClassDescriptionstatic final class
An implementation forWebSocketRouteAuthorizerConfig
Modifier and TypeMethodDescriptionIWebSocketRouteAuthorizer.bind
(WebSocketRouteAuthorizerBindOptions options) Bind this authorizer to a specified WebSocket route.default WebSocketRouteAuthorizerConfig
IWebSocketRouteAuthorizer.Jsii$Default.bind
(WebSocketRouteAuthorizerBindOptions options) Bind this authorizer to a specified WebSocket route.IWebSocketRouteAuthorizer.Jsii$Proxy.bind
(WebSocketRouteAuthorizerBindOptions options) Bind this authorizer to a specified WebSocket route.WebSocketNoneAuthorizer.bind
(WebSocketRouteAuthorizerBindOptions _options) Bind this authorizer to a specified WebSocket route.WebSocketRouteAuthorizerConfig.Builder.build()
Builds the configured instance.