| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| software.amazon.awscdk.services.apigatewayv2.authorizers |
AWS APIGatewayv2 Authorizers
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IWebSocketRouteAuthorizer.Jsii$Default
Internal default implementation for
IWebSocketRouteAuthorizer. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IWebSocketRouteAuthorizer.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
WebSocketNoneAuthorizer
(experimental) Explicitly configure no authorizers on specific WebSocket API routes.
|
| Modifier and Type | Method and Description |
|---|---|
static IWebSocketRouteAuthorizer |
WebSocketAuthorizer.fromWebSocketAuthorizerAttributes(software.constructs.Construct scope,
String id,
WebSocketAuthorizerAttributes attrs)
(experimental) Import an existing WebSocket Authorizer into this CDK app.
|
default IWebSocketRouteAuthorizer |
WebSocketRouteOptions.getAuthorizer()
(experimental) The authorize to this route.
|
IWebSocketRouteAuthorizer |
WebSocketRouteOptions.Jsii$Proxy.getAuthorizer() |
IWebSocketRouteAuthorizer |
WebSocketRouteProps.Jsii$Proxy.getAuthorizer() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketRoute.Builder |
WebSocketRoute.Builder.authorizer(IWebSocketRouteAuthorizer authorizer)
(experimental) The authorize to this route.
|
WebSocketRouteOptions.Builder |
WebSocketRouteOptions.Builder.authorizer(IWebSocketRouteAuthorizer authorizer)
Sets the value of
WebSocketRouteOptions.getAuthorizer() |
WebSocketRouteProps.Builder |
WebSocketRouteProps.Builder.authorizer(IWebSocketRouteAuthorizer authorizer)
Sets the value of
WebSocketRouteOptions.getAuthorizer() |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketLambdaAuthorizer
(experimental) Authorize WebSocket Api routes via a lambda function.
|
Copyright © 2022. All rights reserved.