GetRouteResponseResult

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)

Constructors

Link copied to clipboard
constructor(modelSelectionExpression: String? = null, responseModels: Any? = null, responseParameters: Map<String, RouteResponseParameterConstraints>? = null, routeResponseId: String? = null, routeResponseKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The model selection expression for the route response. Supported only for WebSocket APIs.

Link copied to clipboard
val responseModels: Any? = null

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
val routeResponseId: String? = null

The route response ID.

Link copied to clipboard

The route response key.