Values.CustomPluginSourceA plugin is an Amazon Web Services resource that contains the code that defines a connector's logic.
type nonrec t = {customPluginArn : string;The Amazon Resource Name (ARN) of the custom plugin.
*)revision : Awso.Import.Int64.t;The revision of the custom plugin.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Awso.Import.Int64.t | `String of string ]) list ]