IntegrationResponseParameter

data class IntegrationResponseParameter(val mappings: Map<String, String>, val statusCode: String)

Constructors

Link copied to clipboard
constructor(mappings: Map<String, String>, statusCode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Key-value map. The key of this map identifies the location of the request parameter to change, and how to change it. The corresponding value specifies the new data for the parameter. See the Amazon API Gateway Developer Guide for details.

Link copied to clipboard

HTTP status code in the range 200-599.