EcsClusterDetails
Contains information about the details of the ECS Cluster.
Contents
- activeServicesCount
- 
               The number of services that are running on the cluster in an ACTIVE state. Type: Integer Required: No 
- arn
- 
               The Amazon Resource Name (ARN) that identifies the cluster. Type: String Required: No 
- name
- 
               The name of the ECS Cluster. Type: String Required: No 
- registeredContainerInstancesCount
- 
               The number of container instances registered into the cluster. Type: Integer Required: No 
- runningTasksCount
- 
               The number of tasks in the cluster that are in the RUNNING state. Type: Integer Required: No 
- status
- 
               The status of the ECS cluster. Type: String Required: No 
- 
               The tags of the ECS Cluster. Type: Array of Tag objects Required: No 
- taskDetails
- 
               Contains information about the details of the ECS Task. Type: EcsTaskDetails object Required: No 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: