responseParameters

@JvmName(name = "mswkffagxktjidpw")
suspend fun responseParameters(value: Output<List<IntegrationResponseParameterArgs>>)
@JvmName(name = "kymstxtwflgsocyn")
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 = "tmduflijsbpjamhy")
suspend fun responseParameters(vararg values: Output<IntegrationResponseParameterArgs>)


@JvmName(name = "aojckxhroyscgtvt")
suspend fun responseParameters(values: List<Output<IntegrationResponseParameterArgs>>)
@JvmName(name = "alsxfgfwvhovrpnj")
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 = "ywfmwugjvpwxpkff")
suspend fun responseParameters(argument: List<suspend IntegrationResponseParameterArgsBuilder.() -> Unit>)
@JvmName(name = "idgsoajxaotkdwok")
suspend fun responseParameters(vararg argument: suspend IntegrationResponseParameterArgsBuilder.() -> Unit)
@JvmName(name = "bbmbcokofalrdfee")
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.