Json Mapper Destination Field Args
data class JsonMapperDestinationFieldArgs(val destination: Output<Either<String, JsonMapperElement>>? = null, val fieldName: Output<String>? = null) : ConvertibleToJava<JsonMapperDestinationFieldArgs>
JsonArrayMapper destination field used to describe the field to which the parsed output will be written.
Constructors
Link copied to clipboard
constructor(destination: Output<Either<String, JsonMapperElement>>? = null, fieldName: Output<String>? = null)