Values.CoverageEksClusterDetailsSourceInformation about the EKS cluster that has a coverage status.
type nonrec t = {clusterName : String_.t option;Name of the EKS cluster.
*)coveredNodes : Long.t option;Represents the nodes within the EKS cluster that have a HEALTHY coverage status.
*)compatibleNodes : Long.t option;Represents all the nodes within the EKS cluster in your account.
*)addonDetails : AddonDetails.t option;Information about the installed EKS add-on.
*)managementType : ManagementType.t option;Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster. AUTO_MANAGED indicates GuardDuty deploys and manages updates for this resource. MANUAL indicates that you are responsible to deploy, update, and manage the Amazon EKS add-on GuardDuty agent for this resource.
*)}