| Modifier and Type | Interface and Description |
|---|---|
static interface |
IHttpRouteAuthorizer.Jsii$Default
Internal default implementation for
IHttpRouteAuthorizer. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpNoneAuthorizer
(experimental) Explicitly configure no authorizers on specific HTTP API routes.
|
static class |
IHttpRouteAuthorizer.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IHttpRouteAuthorizer |
HttpAuthorizer.fromHttpAuthorizerAttributes(software.constructs.Construct scope,
String id,
HttpAuthorizerAttributes attrs)
(experimental) Import an existing HTTP Authorizer into this CDK app.
|
default IHttpRouteAuthorizer |
AddRoutesOptions.getAuthorizer()
(experimental) Authorizer to be associated to these routes.
|
IHttpRouteAuthorizer |
AddRoutesOptions.Jsii$Proxy.getAuthorizer() |
default IHttpRouteAuthorizer |
HttpRouteProps.getAuthorizer()
(experimental) Authorizer for a WebSocket API or an HTTP API.
|
IHttpRouteAuthorizer |
HttpRouteProps.Jsii$Proxy.getAuthorizer() |
default IHttpRouteAuthorizer |
HttpApiProps.getDefaultAuthorizer()
(experimental) Default Authorizer to applied to all routes in the gateway.
|
IHttpRouteAuthorizer |
HttpApiProps.Jsii$Proxy.getDefaultAuthorizer() |
| Modifier and Type | Method and Description |
|---|---|
AddRoutesOptions.Builder |
AddRoutesOptions.Builder.authorizer(IHttpRouteAuthorizer authorizer)
Sets the value of
AddRoutesOptions.getAuthorizer() |
HttpRoute.Builder |
HttpRoute.Builder.authorizer(IHttpRouteAuthorizer authorizer)
(experimental) Authorizer for a WebSocket API or an HTTP API.
|
HttpRouteProps.Builder |
HttpRouteProps.Builder.authorizer(IHttpRouteAuthorizer authorizer)
Sets the value of
HttpRouteProps.getAuthorizer() |
HttpApiProps.Builder |
HttpApiProps.Builder.defaultAuthorizer(IHttpRouteAuthorizer defaultAuthorizer)
Sets the value of
HttpApiProps.getDefaultAuthorizer() |
HttpApi.Builder |
HttpApi.Builder.defaultAuthorizer(IHttpRouteAuthorizer defaultAuthorizer)
(experimental) Default Authorizer to applied to all routes in the gateway.
|
Copyright © 2023. All rights reserved.