responseTemplates

@JvmName(name = "oloraximyabjggas")
suspend fun responseTemplates(value: Output<Map<String, String>>)
@JvmName(name = "cbtdraebhjjolqav")
suspend fun responseTemplates(value: Map<String, String>?)

Parameters

value

Specifies the templates used to transform the integration response body. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.


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

Parameters

values

Specifies the templates used to transform the integration response body. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.