Values.LogSetupSourceAn object representing the enabled or disabled Kubernetes control plane logs for your cluster.
type nonrec t = {types : LogTypes.t option;The available cluster control plane log types.
*)enabled : BoxedBoolean.t option;If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs . If a log type isn't enabled, that log type doesn't export its control plane logs. Each individual log type can be enabled or disabled independently.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BoxedBoolean.t | `List of [> `Enum of string ] list ])
list ]