Values.EcsClusterDetailsSourceContains information about the details of the ECS Cluster.
type nonrec t = {name : String_.t option;The name of the ECS Cluster.
*)arn : String_.t option;The Amazon Resource Name (ARN) that identifies the cluster.
*)status : String_.t option;The status of the ECS cluster.
*)activeServicesCount : Integer.t option;The number of services that are running on the cluster in an ACTIVE state.
*)registeredContainerInstancesCount : Integer.t option;The number of container instances registered into the cluster.
*)runningTasksCount : Integer.t option;The number of tasks in the cluster that are in the RUNNING state.
*)taskDetails : EcsTaskDetails.t option;Contains information about the details of the ECS Task.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of String_.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `String of String_.t ])
list ])
list ]
list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ])
list ]