Uses of Interface
software.amazon.awscdk.services.apigatewayv2.WebSocketAuthorizerAttributes
Packages that use WebSocketAuthorizerAttributes
-
Uses of WebSocketAuthorizerAttributes in software.amazon.awscdk.services.apigatewayv2
Classes in software.amazon.awscdk.services.apigatewayv2 that implement WebSocketAuthorizerAttributesModifier and TypeClassDescriptionstatic final classAn implementation forWebSocketAuthorizerAttributesMethods in software.amazon.awscdk.services.apigatewayv2 that return WebSocketAuthorizerAttributesModifier and TypeMethodDescriptionWebSocketAuthorizerAttributes.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type WebSocketAuthorizerAttributesModifier and TypeMethodDescriptionstatic IWebSocketRouteAuthorizerWebSocketAuthorizer.fromWebSocketAuthorizerAttributes(software.constructs.Construct scope, String id, WebSocketAuthorizerAttributes attrs) Import an existing WebSocket Authorizer into this CDK app.