responseParameters

@JvmName(name = "kjgythdhmvjnqmbe")
suspend fun responseParameters(value: Output<List<IntegrationResponseParameterArgs>>)
@JvmName(name = "twwoepqibyckbage")
suspend fun responseParameters(value: List<IntegrationResponseParameterArgs>?)

Parameters

value

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


@JvmName(name = "bnleracdpqfalnrd")
suspend fun responseParameters(vararg values: Output<IntegrationResponseParameterArgs>)


@JvmName(name = "djdyfggrjonrypft")
suspend fun responseParameters(values: List<Output<IntegrationResponseParameterArgs>>)
@JvmName(name = "avjqcbpnqhcxjxfs")
suspend fun responseParameters(vararg values: IntegrationResponseParameterArgs)

Parameters

values

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


@JvmName(name = "cdlfqdqjkuxauidn")
suspend fun responseParameters(argument: List<suspend IntegrationResponseParameterArgsBuilder.() -> Unit>)
@JvmName(name = "psmqecxxindpnbym")
suspend fun responseParameters(vararg argument: suspend IntegrationResponseParameterArgsBuilder.() -> Unit)
@JvmName(name = "wmcqnnlwgogcedig")
suspend fun responseParameters(argument: suspend IntegrationResponseParameterArgsBuilder.() -> Unit)

Parameters

argument

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