Uses of Class
software.amazon.awscdk.services.apigatewayv2.authorizers.HttpLambdaAuthorizer.Builder
Packages that use HttpLambdaAuthorizer.Builder
Package
Description
AWS APIGatewayv2 Authorizers
-
Uses of HttpLambdaAuthorizer.Builder in software.amazon.awscdk.services.apigatewayv2.authorizers
Methods in software.amazon.awscdk.services.apigatewayv2.authorizers that return HttpLambdaAuthorizer.BuilderModifier and TypeMethodDescriptionHttpLambdaAuthorizer.Builder.authorizerName
(String authorizerName) (experimental) Friendly authorizer name.static HttpLambdaAuthorizer.Builder
HttpLambdaAuthorizer.Builder.identitySource
(List<String> identitySource) (experimental) The identity source for which authorization is requested.HttpLambdaAuthorizer.Builder.responseTypes
(List<? extends HttpLambdaResponseType> responseTypes) (experimental) The types of responses the lambda can return.HttpLambdaAuthorizer.Builder.resultsCacheTtl
(Duration resultsCacheTtl) (experimental) How long APIGateway should cache the results.