mappings

@JvmName(name = "ncvopfhnhogtdxmp")
suspend fun mappings(value: Output<Map<String, String>>)
@JvmName(name = "ltxyyekkmybykvbb")
suspend fun mappings(value: Map<String, String>)

Parameters

value

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.


@JvmName(name = "aprsvxtruarytcap")
fun mappings(vararg values: Pair<String, String>)

Parameters

values

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.