Values.UpdatePipeSourceManagedStreamingKafkaParametersSourceThe parameters for using an MSK stream as a source.
type nonrec t = {batchSize : LimitMax10000.t option;The maximum number of records to include in each batch.
*)credentials : MSKAccessCredentials.t option;The credentials needed to access the resource.
*)maximumBatchingWindowInSeconds : MaximumBatchingWindowInSeconds.t option;The maximum length of a time to wait for events.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of LimitMax10000.t
| `Structure of (string * [> `String of SecretManagerArn.t ]) list ])
list ]