| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| software.amazon.awscdk.services.apigatewayv2.integrations |
AWS APIGatewayv2 Integrations
|
| Modifier and Type | Method and Description |
|---|---|
default HttpRouteIntegration |
HttpApiProps.getDefaultIntegration()
(experimental) An integration that will be configured on the catch-all route ($default).
|
HttpRouteIntegration |
HttpApiProps.Jsii$Proxy.getDefaultIntegration() |
HttpRouteIntegration |
BatchHttpRouteOptions.getIntegration()
(experimental) The integration to be configured on this route.
|
HttpRouteIntegration |
BatchHttpRouteOptions.Jsii$Proxy.getIntegration() |
HttpRouteIntegration |
HttpRouteProps.Jsii$Proxy.getIntegration() |
HttpRouteIntegration |
AddRoutesOptions.Jsii$Proxy.getIntegration() |
| Modifier and Type | Method and Description |
|---|---|
HttpApi.Builder |
HttpApi.Builder.defaultIntegration(HttpRouteIntegration defaultIntegration)
(experimental) An integration that will be configured on the catch-all route ($default).
|
HttpApiProps.Builder |
HttpApiProps.Builder.defaultIntegration(HttpRouteIntegration defaultIntegration)
Sets the value of
HttpApiProps.getDefaultIntegration() |
BatchHttpRouteOptions.Builder |
BatchHttpRouteOptions.Builder.integration(HttpRouteIntegration integration)
Sets the value of
BatchHttpRouteOptions.getIntegration() |
HttpRouteProps.Builder |
HttpRouteProps.Builder.integration(HttpRouteIntegration integration)
Sets the value of
BatchHttpRouteOptions.getIntegration() |
HttpRoute.Builder |
HttpRoute.Builder.integration(HttpRouteIntegration integration)
(experimental) The integration to be configured on this route.
|
AddRoutesOptions.Builder |
AddRoutesOptions.Builder.integration(HttpRouteIntegration integration)
Sets the value of
BatchHttpRouteOptions.getIntegration() |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpAlbIntegration
(experimental) The Application Load Balancer integration resource for HTTP API.
|
class |
HttpLambdaIntegration
(experimental) The Lambda Proxy integration resource for HTTP API.
|
class |
HttpNlbIntegration
(experimental) The Network Load Balancer integration resource for HTTP API.
|
class |
HttpServiceDiscoveryIntegration
(experimental) The Service Discovery integration resource for HTTP API.
|
class |
HttpUrlIntegration
(experimental) The HTTP Proxy integration resource for HTTP API.
|
Copyright © 2022. All rights reserved.