| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2.authorizers |
AWS APIGatewayv2 Authorizers
|
| Modifier and Type | Method and Description |
|---|---|
HttpLambdaAuthorizer.Builder |
HttpLambdaAuthorizer.Builder.authorizerName(String authorizerName)
(experimental) Friendly authorizer name.
|
static HttpLambdaAuthorizer.Builder |
HttpLambdaAuthorizer.Builder.create(String id,
IFunction handler) |
HttpLambdaAuthorizer.Builder |
HttpLambdaAuthorizer.Builder.identitySource(List<String> identitySource)
(experimental) The identity source for which authorization is requested.
|
HttpLambdaAuthorizer.Builder |
HttpLambdaAuthorizer.Builder.responseTypes(List<? extends HttpLambdaResponseType> responseTypes)
(experimental) The types of responses the lambda can return.
|
HttpLambdaAuthorizer.Builder |
HttpLambdaAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl)
(experimental) How long APIGateway should cache the results.
|
Copyright © 2022. All rights reserved.