| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
| Modifier and Type | Method and Description |
|---|---|
static HttpRoute.Builder |
HttpRoute.Builder.create(software.constructs.Construct scope,
String id) |
HttpRoute.Builder |
HttpRoute.Builder.httpApi(IHttpApi httpApi)
(experimental) the API the route is associated with.
|
HttpRoute.Builder |
HttpRoute.Builder.integration(IHttpRouteIntegration integration)
(experimental) The integration to be configured on this route.
|
HttpRoute.Builder |
HttpRoute.Builder.routeKey(HttpRouteKey routeKey)
(experimental) The key to this route.
|
Copyright © 2020. All rights reserved.