Values.AwsEksClusterLoggingClusterLoggingDetailsSourceDetails for a cluster logging configuration.
type nonrec t = {enabled : Boolean.t option;Whether the logging types that are listed in Types are enabled.
*)types : NonEmptyStringList.t option;A list of logging types. Valid values are as follows: api audit authenticator controllerManager scheduler
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of NonEmptyString.t ] list ])
list ]