responseParameters

@JvmName(name = "uaurpxyjolyorhoh")
suspend fun responseParameters(value: Output<Map<String, Boolean>>)
@JvmName(name = "ewjuondijnwmaehd")
suspend fun responseParameters(value: Map<String, Boolean>?)

Parameters

value

Map of response parameters that can be sent to the caller. For example: response_parameters = { "method.response.header.X-Some-Header" = true } would define that the header X-Some-Header can be provided on the response.


@JvmName(name = "nxgesykvhsgjnbog")
fun responseParameters(vararg values: Pair<String, Boolean>)

Parameters

values

Map of response parameters that can be sent to the caller. For example: response_parameters = { "method.response.header.X-Some-Header" = true } would define that the header X-Some-Header can be provided on the response.