Values.CoverageEcsClusterDetailsSourceContains information about Amazon ECS cluster runtime coverage details.
type nonrec t = {clusterName : String_.t option;The name of the Amazon ECS cluster.
*)fargateDetails : FargateDetails.t option;Information about the Fargate details associated with the Amazon ECS cluster.
*)containerInstanceDetails : ContainerInstanceDetails.t option;Information about the Amazon ECS container running on Amazon EC2 instance.
*)}