Module Values.CloudWatchLogsSource
Sourcetype nonrec t = {enabled : bool;logGroup : string option;
} Sourceval make : ?logGroup:??? -> enabled:bool -> unit -> t Sourceval to_value :
t ->
[> `Structure of (string * [> `Boolean of bool | `String of string ]) list ]