@aws-cdk_aws-apigatewayv2-alpha.IWebSocketRouteAuthorizer

interface IWebSocketRouteAuthorizer 🔹

LanguageType name
.NETAmazon.CDK.AWS.Apigatewayv2.Alpha.IWebSocketRouteAuthorizer
Gogithub.com/aws/aws-cdk-go/awscdkapigatewayv2alpha/v2#IWebSocketRouteAuthorizer
Javasoftware.amazon.awscdk.services.apigatewayv2.alpha.IWebSocketRouteAuthorizer
Pythonaws_cdk.aws_apigatewayv2_alpha.IWebSocketRouteAuthorizer
TypeScript (source)@aws-cdk/aws-apigatewayv2-alpha » IWebSocketRouteAuthorizer

Implemented by WebSocketNoneAuthorizer, WebSocketIamAuthorizer, WebSocketLambdaAuthorizer

Obtainable from WebSocketAuthorizer.fromWebSocketAuthorizerAttributes()

An authorizer that can attach to an WebSocket Route.

Methods

NameDescription
bind(options)🔹Bind this authorizer to a specified WebSocket route.

bind(options)🔹

public bind(options: WebSocketRouteAuthorizerBindOptions): WebSocketRouteAuthorizerConfig

Parameters

  • options WebSocketRouteAuthorizerBindOptions

Returns

  • WebSocketRouteAuthorizerConfig

Bind this authorizer to a specified WebSocket route.