Values.EksClusterDetailsSourceDetails about the EKS cluster involved in a Kubernetes finding.
type nonrec t = {name : String_.t option;EKS cluster name.
*)arn : String_.t option;EKS cluster ARN.
*)vpcId : String_.t option;The VPC ID to which the EKS cluster is attached.
*)status : String_.t option;The EKS cluster status.
*)createdAt : Timestamp.t option;The timestamp when the EKS cluster was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]