apigatewayv2_create_route_response {paws.networking} | R Documentation |
Creates a RouteResponse for a Route
Description
Creates a RouteResponse for a Route.
See https://www.paws-r-sdk.com/docs/apigatewayv2_create_route_response/ for full documentation.
Usage
apigatewayv2_create_route_response(
ApiId,
ModelSelectionExpression = NULL,
ResponseModels = NULL,
ResponseParameters = NULL,
RouteId,
RouteResponseKey
)
Arguments
ApiId |
[required] The API identifier. |
ModelSelectionExpression |
The model selection expression for the route response. Supported only for WebSocket APIs. |
ResponseModels |
The response models for the route response. |
ResponseParameters |
The route response parameters. |
RouteId |
[required] The route ID. |
RouteResponseKey |
[required] The route response key. |
[Package paws.networking version 0.9.0 Index]