@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:41.572Z") @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.constructs.*;
import software.amazon.awscdk.services.apigatewayv2.*;
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 © 2022. All rights reserved.