Values.InputParallelismSourceFor a SQL-based Kinesis Data Analytics application, describes the number of in-application streams to create for a given streaming source.
type nonrec t = {count : InputParallelismCount.t option;The number of in-application streams to create.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of InputParallelismCount.t ]) list ]