Values.WorkerConfigurationSourceThe configuration of the workers, which are the processes that run the connector logic.
type nonrec t = {revision : Awso.Import.Int64.t;The revision of the worker configuration.
*)workerConfigurationArn : string;The Amazon Resource Name (ARN) of the worker configuration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Awso.Import.Int64.t | `String of string ]) list ]