| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static HttpRouteKey |
HttpRouteKey.DEFAULT
(experimental) The catch-all route of the API, i.e., when no other routes match.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRouteKey |
HttpRouteProps.getRouteKey()
(experimental) The key to this route.
|
HttpRouteKey |
HttpRouteProps.Jsii$Proxy.getRouteKey() |
static HttpRouteKey |
HttpRouteKey.with(String path)
(experimental) Create a route key with the combination of the path and the method.
|
static HttpRouteKey |
HttpRouteKey.with(String path,
HttpMethod method)
(experimental) Create a route key with the combination of the path and the method.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRouteProps.Builder |
HttpRouteProps.Builder.routeKey(HttpRouteKey routeKey)
Sets the value of
HttpRouteProps.getRouteKey() |
HttpRoute.Builder |
HttpRoute.Builder.routeKey(HttpRouteKey routeKey)
(experimental) The key to this route.
|
Copyright © 2022. All rights reserved.