Values.EksClusterSourceContains information about the Amazon EKS cluster involved in a GuardDuty finding, including cluster identification, status, and network configuration.
type nonrec t = {arn : String_.t option;The Amazon Resource Name (ARN) that uniquely identifies the Amazon EKS cluster involved in the finding.
*)createdAt : Timestamp.t option;The timestamp indicating when the Amazon EKS cluster was created, in UTC format.
*)status : ClusterStatus.t option;The current status of the Amazon EKS cluster.
*)vpcId : String_.t option;The ID of the Amazon Virtual Private Cloud (Amazon VPC) associated with the Amazon EKS cluster.
*)ec2InstanceUids : Ec2InstanceUids.t option;A list of unique identifiers for the Amazon EC2 instances that serve as worker nodes in the Amazon EKS cluster.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of Ec2InstanceUid.t ] list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]