IntegrationResponseParameterArgs

data class IntegrationResponseParameterArgs(val mappings: Output<Map<String, String>>, val statusCode: Output<String>) : ConvertibleToJava<IntegrationResponseParameterArgs>

Constructors

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

Properties

Link copied to clipboard
val mappings: Output<Map<String, String>>

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
val statusCode: Output<String>

HTTP status code in the range 200-599.

Functions

Link copied to clipboard
open override fun toJava(): IntegrationResponseParameterArgs