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.119.0 (build 1634eac)",
date="2025-11-13T16:09:58.092Z")
@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.
-