| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
HttpRoute.Builder |
HttpRoute.Builder.authorizationScopes(List<String> authorizationScopes)
(experimental) The list of OIDC scopes to include in the authorization.
|
HttpRoute.Builder |
HttpRoute.Builder.authorizer(IHttpRouteAuthorizer authorizer)
(experimental) Authorizer for a WebSocket API or an HTTP API.
|
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(HttpRouteIntegration integration)
(experimental) The integration to be configured on this route.
|
HttpRoute.Builder |
HttpRoute.Builder.routeKey(HttpRouteKey routeKey)
(experimental) The key to this route.
|
Copyright © 2022. All rights reserved.