aws.apigatewayv2.get_route_responses
Example SQL Queries
SELECT * FROMaws.apigatewayv2.get_route_responsesWHERE"route_id" = 'VALUE'AND "api_id" = 'VALUE';Description
Gets the RouteResponses for a Route.
Table Definition
| Column Name | Column Data Type |
|---|---|
| api_id Required Input Column The API identifier. | VARCHAR |
| route_id Required Input Column The route ID. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| model_selection_expression Represents the model selection expression of a route response. Supported only for WebSocket APIs. | VARCHAR |
| response_models Represents the response models of a route response. | MAP(VARCHAR, VARCHAR) |
| response_parameters Represents the response parameters of a route response. | MAP(VARCHAR, STRUCT( |
| route_response_id Represents the identifier of a route response. | VARCHAR |
| route_response_key Represents the route response key of a route response. | VARCHAR |