jsonArrayMapper

@JvmName(name = "wckpwgjduohvefpm")
suspend fun jsonArrayMapper(value: Output<JsonArrayMapperArgs>)
@JvmName(name = "nrbelhtyiuuqxodg")
suspend fun jsonArrayMapper(value: JsonArrayMapperArgs?)

Parameters

value

Json array mapper - allows this udp receiver to parse a value from a given source field as a json array, match a key to each parsed value and output the key-value map to a given output field.


@JvmName(name = "wqurlghivkxpvkfe")
suspend fun jsonArrayMapper(argument: suspend JsonArrayMapperArgsBuilder.() -> Unit)

Parameters

argument

Json array mapper - allows this udp receiver to parse a value from a given source field as a json array, match a key to each parsed value and output the key-value map to a given output field.