@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-15T19:53:17.396Z") @Stability(value=Experimental) public interface HttpRouteAuthorizerBindOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigatewayv2.alpha.*;
import software.constructs.*;
Construct construct;
HttpRoute httpRoute;
HttpRouteAuthorizerBindOptions httpRouteAuthorizerBindOptions = HttpRouteAuthorizerBindOptions.builder()
.route(httpRoute)
.scope(construct)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpRouteAuthorizerBindOptions.Builder
A builder for
HttpRouteAuthorizerBindOptions |
static class |
HttpRouteAuthorizerBindOptions.Jsii$Proxy
An implementation for
HttpRouteAuthorizerBindOptions |
| Modifier and Type | Method and Description |
|---|---|
static HttpRouteAuthorizerBindOptions.Builder |
builder() |
IHttpRoute |
getRoute()
(experimental) The route to which the authorizer is being bound.
|
software.constructs.Construct |
getScope()
(experimental) The scope for any constructs created as part of the bind.
|
@Stability(value=Experimental) @NotNull IHttpRoute getRoute()
@Stability(value=Experimental) @NotNull software.constructs.Construct getScope()
@Stability(value=Experimental) static HttpRouteAuthorizerBindOptions.Builder builder()
Copyright © 2023. All rights reserved.