| 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 |
|---|---|
HttpRoute.Builder |
HttpRoute.Builder.routeKey(HttpRouteKey routeKey)
(experimental) The key to this route.
|
HttpRouteProps.Builder |
HttpRouteProps.Builder.routeKey(HttpRouteKey routeKey)
Sets the value of
HttpRouteProps.getRouteKey() |
| Constructor and Description |
|---|
Jsii$Proxy(IHttpApi httpApi,
HttpRouteKey routeKey,
List<String> authorizationScopes,
IHttpRouteAuthorizer authorizer,
IHttpRouteIntegration integration)
Constructor that initializes the object based on literal property values passed by the
HttpRouteProps.Builder. |
Copyright © 2021. All rights reserved.