ApiGatewayIntegrationAddRoute

Description

Associates additional API Gateway route to existing integration.

Resources

AWS::ApiGatewayV2::Route

Input

ApiGatewayHttpApi

Logical ID of AWS::ApiGatewayV2::API resource

ApiGatewayIntegration

Logical ID of AWS::ApiGatewayV2::Integration resource

RouteKey

The route key for the route. For HTTP APIs, the route key can be either $default, or a combination of an HTTP method and resource path, for example, GET /pets. Must be a valid Cloudformation syntax that resolves to a string.

Output

ApiGatewayRoute

Logical ID of API Gateway route resource AWS::ApiGatewayV2::Route created by this pattern.