@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:56.701Z")
public interface HttpRouteAuthorizerBindOptions
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.*; 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.
|
IHttpRoute getRoute()
software.constructs.Construct getScope()
static HttpRouteAuthorizerBindOptions.Builder builder()