Values.WorkerConfigurationDescriptionSourceThe description of the worker configuration.
type nonrec t = {revision : Awso.Import.Int64.t option;The revision of the worker configuration.
*)workerConfigurationArn : string option;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 ]