responseParameters

@JvmName(name = "oniolhudmpgoijlg")
suspend fun responseParameters(value: Output<Map<String, IntegrationResponseParameterMapArgs>>)
@JvmName(name = "hilsuqhpfhlatyaj")
suspend fun responseParameters(value: Map<String, IntegrationResponseParameterMapArgs>?)

Parameters

value

Parameters that transform the HTTP response from a backend integration before returning the response to clients. Supported only for HTTP APIs.


@JvmName(name = "xebppokgkdxiibkw")
suspend fun responseParameters(vararg argument: Pair<String, suspend IntegrationResponseParameterMapArgsBuilder.() -> Unit>)

Parameters

argument

Parameters that transform the HTTP response from a backend integration before returning the response to clients. Supported only for HTTP APIs.


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

Parameters

values

Parameters that transform the HTTP response from a backend integration before returning the response to clients. Supported only for HTTP APIs.