Uses of Interface
software.amazon.awscdk.aws_apigatewayv2_authorizers.HttpUserPoolAuthorizerProps
Packages that use HttpUserPoolAuthorizerProps
Package
Description
AWS APIGatewayv2 Authorizers
-
Uses of HttpUserPoolAuthorizerProps in software.amazon.awscdk.aws_apigatewayv2_authorizers
Classes in software.amazon.awscdk.aws_apigatewayv2_authorizers that implement HttpUserPoolAuthorizerPropsModifier and TypeClassDescriptionstatic final classAn implementation forHttpUserPoolAuthorizerPropsMethods in software.amazon.awscdk.aws_apigatewayv2_authorizers that return HttpUserPoolAuthorizerPropsModifier and TypeMethodDescriptionHttpUserPoolAuthorizerProps.Builder.build()Builds the configured instance.Constructors in software.amazon.awscdk.aws_apigatewayv2_authorizers with parameters of type HttpUserPoolAuthorizerPropsModifierConstructorDescriptionHttpUserPoolAuthorizer(String id, IUserPool pool, HttpUserPoolAuthorizerProps props) Initialize a Cognito user pool authorizer to be bound with HTTP route.