Uses of Interface
software.amazon.awscdk.services.apigatewayv2.authorizers.HttpUserPoolAuthorizerProps
Package
Description
AWS APIGatewayv2 Authorizers
-
Uses of HttpUserPoolAuthorizerProps in software.amazon.awscdk.services.apigatewayv2.authorizers
Modifier and TypeClassDescriptionstatic final class
An implementation forHttpUserPoolAuthorizerProps
Modifier and TypeMethodDescriptionHttpUserPoolAuthorizerProps.Builder.build()
Builds the configured instance.ModifierConstructorDescriptionHttpUserPoolAuthorizer
(String id, IUserPool pool, HttpUserPoolAuthorizerProps props) (experimental) Initialize a Cognito user pool authorizer to be bound with HTTP route.