responseParameters

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


@JvmName(name = "inrsnaweqkcorgfi")
suspend fun responseParameters(values: List<Output<IntegrationResponseParameterArgs>>)
@JvmName(name = "skoerxigwcljsvhl")
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 = "epapophljgyqfwtp")
suspend fun responseParameters(argument: List<suspend IntegrationResponseParameterArgsBuilder.() -> Unit>)
@JvmName(name = "lavqqvkdwhgctigk")
suspend fun responseParameters(vararg argument: suspend IntegrationResponseParameterArgsBuilder.() -> Unit)
@JvmName(name = "xebbcsotgulqsqxi")
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.