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