Values.ProcessorSourceDescribes a data processor. If you want to add a new line delimiter between records in objects that are delivered to Amazon S3, choose AppendDelimiterToRecord as a processor type. You donโt have to put a processor parameter when you select AppendDelimiterToRecord.
type nonrec t = {type_ : ProcessorType.t;The type of processor.
*)parameters : ProcessorParameterList.t option;The processor parameters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of ProcessorParameterValue.t ])
list ]
list ])
list ]