responseParameters

@JvmName(name = "gktemrritfpnhhmu")
suspend fun responseParameters(value: Output<Map<String, String>>)
@JvmName(name = "rxwaisaiancvtmoh")
suspend fun responseParameters(value: Map<String, String>?)

Parameters

value

Map of response parameters that can be read from the backend response. For example: response_parameters = { "method.response.header.X-Some-Header" = "integration.response.header.X-Some-Other-Header" }.


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

Parameters

values

Map of response parameters that can be read from the backend response. For example: response_parameters = { "method.response.header.X-Some-Header" = "integration.response.header.X-Some-Other-Header" }.