Uses of Class
software.amazon.awscdk.services.apigatewayv2.WebSocketAuthorizer.Builder
Packages that use WebSocketAuthorizer.Builder
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of WebSocketAuthorizer.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return WebSocketAuthorizer.BuilderModifier and TypeMethodDescriptionWebSocketAuthorizer.Builder.authorizerName(String authorizerName) (experimental) Name of the authorizer.WebSocketAuthorizer.Builder.authorizerUri(String authorizerUri) (experimental) The authorizer's Uniform Resource Identifier (URI).static WebSocketAuthorizer.BuilderWebSocketAuthorizer.Builder.identitySource(List<String> identitySource) (experimental) The identity source for which authorization is requested.WebSocketAuthorizer.Builder.type(WebSocketAuthorizerType type) (experimental) The type of authorizer.WebSocketAuthorizer.Builder.webSocketApi(IWebSocketApi webSocketApi) (experimental) WebSocket Api to attach the authorizer to.