interface IHttpRouteAuthorizer
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.APIGatewayv2.IHttpRouteAuthorizer |
Java | software.amazon.awscdk.services.apigatewayv2.IHttpRouteAuthorizer |
Python | aws_cdk.aws_apigatewayv2.IHttpRouteAuthorizer |
TypeScript (source) | @aws-cdk/aws-apigatewayv2 » IHttpRouteAuthorizer |
Implemented by
Http
, Http
, Http
, Http
, Http
Obtainable from
Http
.fromHttpAuthorizerAttributes()
An authorizer that can attach to an Http Route.
Methods
Name | Description |
---|---|
bind(options) | Bind this authorizer to a specified Http route. |
bind(options)
public bind(options: HttpRouteAuthorizerBindOptions): HttpRouteAuthorizerConfig
Parameters
- options
Http
Route Authorizer Bind Options
Returns
Bind this authorizer to a specified Http route.