Route Response Args
data class RouteResponseArgs(val apiId: Output<String>? = null, val modelSelectionExpression: Output<String>? = null, val responseModels: Output<Any>? = null, val responseParameters: Output<Map<String, RouteResponseParameterConstraintsArgs>>? = null, val routeId: Output<String>? = null, val routeResponseKey: Output<String>? = null) : ConvertibleToJava<RouteResponseArgs>
The `AWS::ApiGatewayV2::RouteResponse`
resource creates a route response for a WebSocket API. For more information, see Set up Route Responses for a WebSocket API in API Gateway in the API Gateway Developer Guide.
Properties
Link copied to clipboard
The model selection expression for the route response. Supported only for WebSocket APIs.
Link copied to clipboard
The response models for the route response. Search the CloudFormation User Guide for AWS::ApiGatewayV2::RouteResponse
for more information about the expected schema for this property.
Link copied to clipboard
The route response parameters.
Link copied to clipboard
The route response key.