@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:21.421Z") @Stability(value=Experimental) public interface HttpRouteAuthorizerBindOptions extends software.amazon.jsii.JsiiSerializable
| 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 © 2021. All rights reserved.