Values.InputProcessingConfigurationSourceFor a SQL-based Kinesis Data Analytics application, describes a processor that is used to preprocess the records in the stream before being processed by your application code. Currently, the only input processor available is Amazon Lambda.
type nonrec t = {inputLambdaProcessor : InputLambdaProcessor.t;The InputLambdaProcessor that is used to preprocess the records in the stream before being processed by your application code.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of ResourceARN.t ]) list ])
list ]