Values.InsightSummarySourceThe summarized description of the insight.
type nonrec t = {id : String_.t option;The ID of the insight.
*)name : String_.t option;The name of the insight.
*)category : Category.t option;The category of the insight.
*)kubernetesVersion : String_.t option;The Kubernetes minor version associated with an insight if applicable.
*)lastRefreshTime : Timestamp.t option;The time Amazon EKS last successfully completed a refresh of this insight check on the cluster.
*)lastTransitionTime : Timestamp.t option;The time the status of the insight last changed.
*)description : String_.t option;The description of the insight which includes alert criteria, remediation recommendation, and additional resources (contains Markdown).
*)insightStatus : InsightStatus.t option;An object containing more detail on the status of the insight.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]