responseParameters

@JvmName(name = "facypkduskiwywvn")
suspend fun responseParameters(value: Output<Map<String, IntegrationResponseParameterMapArgs>>)
@JvmName(name = "hysklulxqfqwrghk")
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 = "rivjbegynkukldtk")
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 = "psmhwljqippagkrl")
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.