Uses of Interface
software.amazon.awscdk.services.apigatewayv2.WebSocketRouteAuthorizerConfig
Packages that use WebSocketRouteAuthorizerConfig
Package
Description
AWS APIGatewayv2 Authorizers
AWS APIGatewayv2 Construct Library
-
Uses of WebSocketRouteAuthorizerConfig in software.amazon.awscdk.aws_apigatewayv2_authorizers
Methods in software.amazon.awscdk.aws_apigatewayv2_authorizers that return WebSocketRouteAuthorizerConfigModifier 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
Classes in software.amazon.awscdk.services.apigatewayv2 that implement WebSocketRouteAuthorizerConfigModifier and TypeClassDescriptionstatic final classAn implementation forWebSocketRouteAuthorizerConfigMethods in software.amazon.awscdk.services.apigatewayv2 that return WebSocketRouteAuthorizerConfigModifier and TypeMethodDescriptionIWebSocketRouteAuthorizer.bind(WebSocketRouteAuthorizerBindOptions options) Bind this authorizer to a specified WebSocket route.default WebSocketRouteAuthorizerConfigIWebSocketRouteAuthorizer.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.