Interface IHttpRouteAuthorizer
An authorizer that can attach to an Http Route.
Namespace: Amazon.CDK.AWS.Apigatewayv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IHttpRouteAuthorizer
Syntax (vb)
Public Interface IHttpRouteAuthorizer
Synopsis
Methods
Bind(IHttpRouteAuthorizerBindOptions) | Bind this authorizer to a specified Http route. |
Methods
Bind(IHttpRouteAuthorizerBindOptions)
Bind this authorizer to a specified Http route.
IHttpRouteAuthorizerConfig Bind(IHttpRouteAuthorizerBindOptions options)
Parameters
- options IHttpRouteAuthorizerBindOptions
Returns