Values.EcsClusterSourceContains information about the Amazon ECS cluster involved in a GuardDuty finding, including cluster identification and status.
type nonrec t = {status : EcsClusterStatus.t option;The current status of the Amazon ECS cluster.
*)ec2InstanceUids : Ec2InstanceUids.t option;A list of unique identifiers for the Amazon EC2 instances that serve as container instances in the Amazon ECS cluster.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `List of [> `String of Ec2InstanceUid.t ] list ])
list ]