responseParameters

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


@JvmName(name = "wbweolgscmpfgywq")
suspend fun responseParameters(values: List<Output<IntegrationResponseParameterArgs>>)
@JvmName(name = "ohkpfkesowupsvrn")
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 = "hrdtbdvftausmchp")
suspend fun responseParameters(argument: List<suspend IntegrationResponseParameterArgsBuilder.() -> Unit>)
@JvmName(name = "qajqhikcwrwrkbuu")
suspend fun responseParameters(vararg argument: suspend IntegrationResponseParameterArgsBuilder.() -> Unit)
@JvmName(name = "ciebjlotirjxhdfl")
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.