Uses of Interface
software.amazon.awscdk.services.apigatewayv2.IWebSocketRouteAuthorizer
Packages that use IWebSocketRouteAuthorizer
Package
Description
AWS APIGatewayv2 Authorizers
AWS APIGatewayv2 Construct Library
-
Uses of IWebSocketRouteAuthorizer in software.amazon.awscdk.aws_apigatewayv2_authorizers
Classes in software.amazon.awscdk.aws_apigatewayv2_authorizers that implement IWebSocketRouteAuthorizerModifier and TypeClassDescriptionclassAuthorize WebSocket API Routes with IAM.classAuthorize WebSocket Api routes via a lambda function. -
Uses of IWebSocketRouteAuthorizer in software.amazon.awscdk.services.apigatewayv2
Subinterfaces of IWebSocketRouteAuthorizer in software.amazon.awscdk.services.apigatewayv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIWebSocketRouteAuthorizer.Classes in software.amazon.awscdk.services.apigatewayv2 that implement IWebSocketRouteAuthorizerModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classExplicitly configure no authorizers on specific WebSocket API routes.Methods in software.amazon.awscdk.services.apigatewayv2 that return IWebSocketRouteAuthorizerModifier and TypeMethodDescriptionstatic IWebSocketRouteAuthorizerWebSocketAuthorizer.fromWebSocketAuthorizerAttributes(software.constructs.Construct scope, String id, WebSocketAuthorizerAttributes attrs) Import an existing WebSocket Authorizer into this CDK app.default IWebSocketRouteAuthorizerWebSocketRouteOptions.getAuthorizer()The authorize to this route.WebSocketRouteOptions.Jsii$Proxy.getAuthorizer()WebSocketRouteProps.Jsii$Proxy.getAuthorizer()Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type IWebSocketRouteAuthorizerModifier and TypeMethodDescriptionWebSocketRoute.Builder.authorizer(IWebSocketRouteAuthorizer authorizer) The authorize to this route.WebSocketRouteOptions.Builder.authorizer(IWebSocketRouteAuthorizer authorizer) Sets the value ofWebSocketRouteOptions.getAuthorizer()WebSocketRouteProps.Builder.authorizer(IWebSocketRouteAuthorizer authorizer) Sets the value ofWebSocketRouteOptions.getAuthorizer()