Interface IHttpRouteAuthorizer
- All Superinterfaces:
 software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
 IHttpRouteAuthorizer.Jsii$Default
- All Known Implementing Classes:
 HttpIamAuthorizer,HttpJwtAuthorizer,HttpLambdaAuthorizer,HttpNoneAuthorizer,HttpUserPoolAuthorizer,IHttpRouteAuthorizer.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
           date="2025-10-29T11:15:31.735Z")
@Stability(Stable)
public interface IHttpRouteAuthorizer
extends software.amazon.jsii.JsiiSerializable
An authorizer that can attach to an Http Route.
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIHttpRouteAuthorizer.static final classA proxy class which represents a concrete javascript instance of this type. - 
Method Summary
Modifier and TypeMethodDescriptionbind(HttpRouteAuthorizerBindOptions options) Bind this authorizer to a specified Http route.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Method Details
- 
bind
@Stability(Stable) @NotNull HttpRouteAuthorizerConfig bind(@NotNull HttpRouteAuthorizerBindOptions options) Bind this authorizer to a specified Http route.- Parameters:
 options- This parameter is required.
 
 -