@aws-cdk_aws-apigatewayv2-alpha.IHttpRouteAuthorizer
interface IHttpRouteAuthorizer
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Apigatewayv2.Alpha.IHttpRouteAuthorizer |
![]() | github.com/aws/aws-cdk-go/awscdkapigatewayv2alpha/v2#IHttpRouteAuthorizer |
![]() | software.amazon.awscdk.services.apigatewayv2.alpha.IHttpRouteAuthorizer |
![]() | aws_cdk.aws_apigatewayv2_alpha.IHttpRouteAuthorizer |
![]() | @aws-cdk/aws-apigatewayv2-alpha » 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.