JsonMapperSourceFieldArgs

data class JsonMapperSourceFieldArgs(val fieldName: Output<String>? = null) : ConvertibleToJava<JsonMapperSourceFieldArgs>

JsonArrayMapper source field used to describe the field from which the json array will be read.

Constructors

Link copied to clipboard
constructor(fieldName: Output<String>? = null)

Properties

Link copied to clipboard
val fieldName: Output<String>? = null

Define a source field name from which the json array mapper will read the json array. Leaving this empty, means reading the body of the message itself.

Functions

Link copied to clipboard
open override fun toJava(): JsonMapperSourceFieldArgs