Values.WorkerConfigurationRevisionDescriptionSourceThe description of the worker configuration revision.
type nonrec t = {creationTime : string option;The time that the worker configuration was created.
*)description : string option;The description of the worker configuration revision.
*)propertiesFileContent : string option;Base64 encoded contents of the connect-distributed.properties file.
*)revision : Awso.Import.Int64.t option;The description of a revision of the worker configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Awso.Import.Int64.t
| `String of string
| `Timestamp of string ])
list ]