Uses of Interface
software.amazon.awscdk.services.apigatewayv2.authorizers.HttpJwtAuthorizerProps
Packages that use HttpJwtAuthorizerProps
Package
Description
AWS APIGatewayv2 Authorizers
-
Uses of HttpJwtAuthorizerProps in software.amazon.awscdk.services.apigatewayv2.authorizers
Classes in software.amazon.awscdk.services.apigatewayv2.authorizers that implement HttpJwtAuthorizerPropsMethods in software.amazon.awscdk.services.apigatewayv2.authorizers that return HttpJwtAuthorizerPropsModifier and TypeMethodDescriptionHttpJwtAuthorizerProps.Builder.build()
Builds the configured instance.Constructors in software.amazon.awscdk.services.apigatewayv2.authorizers with parameters of type HttpJwtAuthorizerPropsModifierConstructorDescriptionHttpJwtAuthorizer
(String id, String jwtIssuer, HttpJwtAuthorizerProps props) (experimental) Initialize a JWT authorizer to be bound with HTTP route.