@aws-cdk_aws-apigatewayv2-alpha.IHttpRouteAuthorizer

interface IHttpRouteAuthorizer 🔹

LanguageType name
.NETAmazon.CDK.AWS.Apigatewayv2.Alpha.IHttpRouteAuthorizer
Gogithub.com/aws/aws-cdk-go/awscdkapigatewayv2alpha/v2#IHttpRouteAuthorizer
Javasoftware.amazon.awscdk.services.apigatewayv2.alpha.IHttpRouteAuthorizer
Pythonaws_cdk.aws_apigatewayv2_alpha.IHttpRouteAuthorizer
TypeScript (source)@aws-cdk/aws-apigatewayv2-alpha » IHttpRouteAuthorizer

Implemented by HttpNoneAuthorizer, HttpIamAuthorizer, HttpJwtAuthorizer, HttpLambdaAuthorizer, HttpUserPoolAuthorizer

Obtainable from HttpAuthorizer.fromHttpAuthorizerAttributes()

An authorizer that can attach to an Http Route.

Methods

NameDescription
bind(options)🔹Bind this authorizer to a specified Http route.

bind(options)🔹

public bind(options: HttpRouteAuthorizerBindOptions): HttpRouteAuthorizerConfig

Parameters

  • options HttpRouteAuthorizerBindOptions

Returns

  • HttpRouteAuthorizerConfig

Bind this authorizer to a specified Http route.