aws::api-gateway-route-response¶
Create a route response.
Example¶
aws::api-gateway-route-response example-route-websocket
api: $(aws::api-gateway example-api-websock)
route: $(aws::api-gateway-route example-route-websocket)
route-response-key: '$default'
end
Attributes¶
| Attribute | Description |
|---|---|
| api | The API for which to create the route. (Required) |
| route-response-key | The route key for the route. (Required) |
| model-selection-expression | The model selection expression for the route. |
| response-models map | The response models for the route. |
| response-parameters map | The response parameters for the route. |
| route | The route associated to the response. (Required) |
Outputs¶
| Attribute | Description |
|---|---|
| id | The ID of the route response. |