Uses of Interface
software.amazon.awscdk.services.apigatewayv2.IHttpRouteAuthorizer
Packages that use IHttpRouteAuthorizer
Package
Description
AWS APIGatewayv2 Authorizers
AWS APIGatewayv2 Construct Library
-
Uses of IHttpRouteAuthorizer in software.amazon.awscdk.aws_apigatewayv2_authorizers
Classes in software.amazon.awscdk.aws_apigatewayv2_authorizers that implement IHttpRouteAuthorizerModifier and TypeClassDescriptionclassAuthorize HTTP API Routes with IAM.classAuthorize Http Api routes on whether the requester is registered as part of an AWS Cognito user pool.classAuthorize Http Api routes via a lambda function.classAuthorize Http Api routes on whether the requester is registered as part of an AWS Cognito user pool. -
Uses of IHttpRouteAuthorizer in software.amazon.awscdk.services.apigatewayv2
Subinterfaces of IHttpRouteAuthorizer in software.amazon.awscdk.services.apigatewayv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIHttpRouteAuthorizer.Classes in software.amazon.awscdk.services.apigatewayv2 that implement IHttpRouteAuthorizerModifier and TypeClassDescriptionclassExplicitly configure no authorizers on specific HTTP API routes.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.apigatewayv2 that return IHttpRouteAuthorizerModifier and TypeMethodDescriptionstatic IHttpRouteAuthorizerHttpAuthorizer.fromHttpAuthorizerAttributes(software.constructs.Construct scope, String id, HttpAuthorizerAttributes attrs) Import an existing HTTP Authorizer into this CDK app.default IHttpRouteAuthorizerAddRoutesOptions.getAuthorizer()Authorizer to be associated to these routes.final IHttpRouteAuthorizerAddRoutesOptions.Jsii$Proxy.getAuthorizer()default IHttpRouteAuthorizerHttpRouteProps.getAuthorizer()Authorizer for a WebSocket API or an HTTP API.final IHttpRouteAuthorizerHttpRouteProps.Jsii$Proxy.getAuthorizer()HttpApi.getDefaultAuthorizer()Default Authorizer applied to all routes in the gateway.default IHttpRouteAuthorizerHttpApiProps.getDefaultAuthorizer()Default Authorizer applied to all routes in the gateway.final IHttpRouteAuthorizerHttpApiProps.Jsii$Proxy.getDefaultAuthorizer()default IHttpRouteAuthorizerIHttpApi.getDefaultAuthorizer()Default Authorizer applied to all routes in the gateway.default IHttpRouteAuthorizerIHttpApi.Jsii$Default.getDefaultAuthorizer()Default Authorizer applied to all routes in the gateway.final IHttpRouteAuthorizerIHttpApi.Jsii$Proxy.getDefaultAuthorizer()Default Authorizer applied to all routes in the gateway.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type IHttpRouteAuthorizerModifier and TypeMethodDescriptionAddRoutesOptions.Builder.authorizer(IHttpRouteAuthorizer authorizer) Sets the value ofAddRoutesOptions.getAuthorizer()HttpRoute.Builder.authorizer(IHttpRouteAuthorizer authorizer) Authorizer for a WebSocket API or an HTTP API.HttpRouteProps.Builder.authorizer(IHttpRouteAuthorizer authorizer) Sets the value ofHttpRouteProps.getAuthorizer()HttpApi.Builder.defaultAuthorizer(IHttpRouteAuthorizer defaultAuthorizer) Default Authorizer applied to all routes in the gateway.HttpApiProps.Builder.defaultAuthorizer(IHttpRouteAuthorizer defaultAuthorizer) Sets the value ofHttpApiProps.getDefaultAuthorizer()