| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| software.amazon.awscdk.services.lambda.eventsources |
AWS Lambda Event Sources
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAuthorizer.Jsii$Default
Internal default implementation for
IAuthorizer. |
| Modifier and Type | Class and Description |
|---|---|
class |
Authorizer
Base class for all custom authorizers.
|
class |
CognitoUserPoolsAuthorizer
Cognito user pools based custom authorizer.
|
static class |
IAuthorizer.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
RequestAuthorizer
Request-based lambda authorizer that recognizes the caller's identity via request parameters, such as headers, paths, query strings, stage variables, or context variables.
|
class |
TokenAuthorizer
Token based lambda authorizer that recognizes the caller's identity as a bearer token, such as a JSON Web Token (JWT) or an OAuth token.
|
| Modifier and Type | Method and Description |
|---|---|
default IAuthorizer |
MethodOptions.getAuthorizer()
If `authorizationType` is `Custom`, this specifies the ID of the method authorizer resource.
|
IAuthorizer |
MethodOptions.Jsii$Proxy.getAuthorizer() |
| Modifier and Type | Method and Description |
|---|---|
MethodOptions.Builder |
MethodOptions.Builder.authorizer(IAuthorizer authorizer)
Sets the value of
MethodOptions.getAuthorizer() |
| Modifier and Type | Method and Description |
|---|---|
ApiEventSource.Builder |
ApiEventSource.Builder.authorizer(IAuthorizer authorizer)
If `authorizationType` is `Custom`, this specifies the ID of the method authorizer resource.
|
Copyright © 2022. All rights reserved.