Uses of Interface
software.amazon.awscdk.services.apigatewayv2.HttpRouteIntegrationConfig
Package
Description
AWS APIGatewayv2 Integrations
AWS APIGatewayv2 Construct Library
-
Uses of HttpRouteIntegrationConfig in software.amazon.awscdk.aws_apigatewayv2_integrations
Modifier and TypeMethodDescriptionHttpAlbIntegration.bind
(HttpRouteIntegrationBindOptions options) Bind this integration to the route.HttpLambdaIntegration.bind
(HttpRouteIntegrationBindOptions _options) Bind this integration to the route.HttpNlbIntegration.bind
(HttpRouteIntegrationBindOptions options) Bind this integration to the route.HttpServiceDiscoveryIntegration.bind
(HttpRouteIntegrationBindOptions _options) Bind this integration to the route.HttpStepFunctionsIntegration.bind
(HttpRouteIntegrationBindOptions options) Bind this integration to the route.HttpUrlIntegration.bind
(HttpRouteIntegrationBindOptions _options) Bind this integration to the route. -
Uses of HttpRouteIntegrationConfig in software.amazon.awscdk.services.apigatewayv2
Modifier and TypeClassDescriptionstatic final class
An implementation forHttpRouteIntegrationConfig
Modifier and TypeMethodDescriptionabstract HttpRouteIntegrationConfig
HttpRouteIntegration.bind
(HttpRouteIntegrationBindOptions options) Bind this integration to the route.HttpRouteIntegrationConfig.Builder.build()
Builds the configured instance.