| 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 | Method and Description |
|---|---|
default IAuthorizer |
MethodOptions.getAuthorizer()
(experimental) 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)
(experimental) If `authorizationType` is `Custom`, this specifies the ID of the method authorizer resource.
|
Copyright © 2022. All rights reserved.