Values.CreateWorkerConfigurationRequestSourceCreates a worker configuration using the specified properties.
type nonrec t = {description : string option;A summary description of the worker configuration.
*)name : string;The name of the worker configuration.
*)propertiesFileContent : string;Base64 encoded contents of connect-distributed.properties file.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of string ])
list ]