responseParameters

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


@JvmName(name = "cwtokovumsdqxxuo")
suspend fun responseParameters(values: List<Output<IntegrationResponseParameterArgs>>)
@JvmName(name = "nwbtooawrnkkrlyo")
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 = "uaisqqlaefbbopgk")
suspend fun responseParameters(argument: List<suspend IntegrationResponseParameterArgsBuilder.() -> Unit>)
@JvmName(name = "ybpwbvgrhhaakeqb")
suspend fun responseParameters(vararg argument: suspend IntegrationResponseParameterArgsBuilder.() -> Unit)
@JvmName(name = "rqtaibhgaypxwmyj")
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.