Uses of Interface
software.amazon.awscdk.services.apigatewayv2.IHttpRouteAuthorizer
Packages that use IHttpRouteAuthorizer
Package
Description
AWS::APIGatewayv2 Construct Library
AWS APIGatewayv2 Authorizers
-
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 TypeClassDescriptionclass(experimental) Explicitly 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) (experimental) Import an existing HTTP Authorizer into this CDK app.default IHttpRouteAuthorizerAddRoutesOptions.getAuthorizer()(experimental) Authorizer to be associated to these routes.final IHttpRouteAuthorizerAddRoutesOptions.Jsii$Proxy.getAuthorizer()default IHttpRouteAuthorizerHttpRouteProps.getAuthorizer()(experimental) Authorizer for a WebSocket API or an HTTP API.final IHttpRouteAuthorizerHttpRouteProps.Jsii$Proxy.getAuthorizer()default IHttpRouteAuthorizerHttpApiProps.getDefaultAuthorizer()(experimental) Default Authorizer to applied to all routes in the gateway.final IHttpRouteAuthorizerHttpApiProps.Jsii$Proxy.getDefaultAuthorizer()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) (experimental) Authorizer for a WebSocket API or an HTTP API.HttpRouteProps.Builder.authorizer(IHttpRouteAuthorizer authorizer) Sets the value ofHttpRouteProps.getAuthorizer()HttpApi.Builder.defaultAuthorizer(IHttpRouteAuthorizer defaultAuthorizer) (experimental) Default Authorizer to applied to all routes in the gateway.HttpApiProps.Builder.defaultAuthorizer(IHttpRouteAuthorizer defaultAuthorizer) Sets the value ofHttpApiProps.getDefaultAuthorizer() -
Uses of IHttpRouteAuthorizer in software.amazon.awscdk.services.apigatewayv2.authorizers
Classes in software.amazon.awscdk.services.apigatewayv2.authorizers that implement IHttpRouteAuthorizerModifier and TypeClassDescriptionclass(experimental) Authorize HTTP API Routes with IAM.class(experimental) Authorize Http Api routes on whether the requester is registered as part of an AWS Cognito user pool.class(experimental) Authorize Http Api routes via a lambda function.class(experimental) Authorize Http Api routes on whether the requester is registered as part of an AWS Cognito user pool.