Get Route Response Result
data class GetRouteResponseResult(val modelSelectionExpression: String? = null, val responseModels: Any? = null, val responseParameters: Map<String, RouteResponseParameterConstraints>? = null, val routeResponseId: String? = null, val routeResponseKey: String? = null)
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 ID.
Link copied to clipboard
The route response key.