Uses of Interface
software.amazon.awscdk.services.apigatewayv2.authorizers.HttpLambdaAuthorizerProps
Package
Description
AWS APIGatewayv2 Authorizers
-
Uses of HttpLambdaAuthorizerProps in software.amazon.awscdk.services.apigatewayv2.authorizers
Modifier and TypeClassDescriptionstatic final class
An implementation forHttpLambdaAuthorizerProps
Modifier and TypeMethodDescriptionHttpLambdaAuthorizerProps.Builder.build()
Builds the configured instance.ModifierConstructorDescriptionHttpLambdaAuthorizer
(String id, IFunction handler, HttpLambdaAuthorizerProps props) (experimental) Initialize a lambda authorizer to be bound with HTTP route.