Interface IHttpRouteAuthorizer.Jsii$Default
- All Superinterfaces:
IHttpRouteAuthorizer
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IHttpRouteAuthorizer.Jsii$Proxy
- Enclosing interface:
- IHttpRouteAuthorizer
Internal default implementation for
IHttpRouteAuthorizer
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IHttpRouteAuthorizer
IHttpRouteAuthorizer.Jsii$Default, IHttpRouteAuthorizer.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault HttpRouteAuthorizerConfig
bind
(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 default HttpRouteAuthorizerConfig bind(@NotNull HttpRouteAuthorizerBindOptions options) (experimental) Bind this authorizer to a specified Http route.- Specified by:
bind
in interfaceIHttpRouteAuthorizer
- Parameters:
options
- This parameter is required.
-