| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IHttpRoute.Jsii$Default
Internal default implementation for
IHttpRoute. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpRoute
(experimental) Route class that creates the Route for API Gateway HTTP API.
|
static class |
IHttpRoute.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IHttpRoute |
HttpRouteAuthorizerBindOptions.getRoute()
(experimental) The route to which the authorizer is being bound.
|
IHttpRoute |
HttpRouteAuthorizerBindOptions.Jsii$Proxy.getRoute() |
IHttpRoute |
HttpRouteIntegrationBindOptions.getRoute()
(experimental) The route to which this is being bound.
|
IHttpRoute |
HttpRouteIntegrationBindOptions.Jsii$Proxy.getRoute() |
| Modifier and Type | Method and Description |
|---|---|
HttpRouteAuthorizerBindOptions.Builder |
HttpRouteAuthorizerBindOptions.Builder.route(IHttpRoute route)
Sets the value of
HttpRouteAuthorizerBindOptions.getRoute() |
HttpRouteIntegrationBindOptions.Builder |
HttpRouteIntegrationBindOptions.Builder.route(IHttpRoute route)
Sets the value of
HttpRouteIntegrationBindOptions.getRoute() |
Copyright © 2022. All rights reserved.