Integration Response Parameter Args
    data class IntegrationResponseParameterArgs(val mappings: Output<Map<String, String>>, val statusCode: Output<String>) : ConvertibleToJava<IntegrationResponseParameterArgs> 
Constructors
Link copied to clipboard
                fun IntegrationResponseParameterArgs(mappings: Output<Map<String, String>>, statusCode: Output<String>)
Functions
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