IHttpRouteAuthorizer

class aws_cdk.aws_apigatewayv2.IHttpRouteAuthorizer(*args, **kwargs)

Bases: Protocol

(experimental) An authorizer that can attach to an Http Route.

Stability:

experimental

Methods

bind(*, route, scope)

(experimental) Bind this authorizer to a specified Http route.

Parameters:
  • route (IHttpRoute) – (experimental) The route to which the authorizer is being bound.

  • scope (Construct) – (experimental) The scope for any constructs created as part of the bind.

Stability:

experimental

Return type:

HttpRouteAuthorizerConfig