userDefinedContext

@JvmName(name = "tfrhnjmqutlpidvp")
suspend fun userDefinedContext(value: Output<Map<String, String>>)
@JvmName(name = "egvouenrobqbvkug")
suspend fun userDefinedContext(value: Map<String, String>?)

Parameters

value

User-defined context as a set of key/value pairs, which will be sent as function invocation context together with batched arguments in the requests to the remote service. The total number of bytes of keys and values must be less than 8KB.


@JvmName(name = "uscgpxvqdbmenbev")
fun userDefinedContext(vararg values: Pair<String, String>)

Parameters

values

User-defined context as a set of key/value pairs, which will be sent as function invocation context together with batched arguments in the requests to the remote service. The total number of bytes of keys and values must be less than 8KB.