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.84.0 (build 5404dcf)",
date="2023-06-19T16:30:43.300Z")
@Stability(Experimental)
public interface IHttpRouteAuthorizer
extends software.amazon.jsii.JsiiSerializable
(experimental) 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) (experimental) Bind this authorizer to a specified Http route.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Experimental) @NotNull HttpRouteAuthorizerConfig bind(@NotNull HttpRouteAuthorizerBindOptions options) (experimental) Bind this authorizer to a specified Http route.- Parameters:
options- This parameter is required.
-