AwsEcsClusterDetails
Provides details about an Amazon ECS cluster.
Contents
- ActiveServicesCount
- 
               The number of services that are running on the cluster in an ACTIVEstate. You can view these services with the Amazon ECSListServicesAPI operation.Type: Integer Required: No 
- CapacityProviders
- 
               The short name of one or more capacity providers to associate with the cluster. Type: Array of strings Pattern: .*\S.*Required: No 
- ClusterArn
- 
               The Amazon Resource Name (ARN) that identifies the cluster. Type: String Pattern: .*\S.*Required: No 
- ClusterName
- 
               A name that you use to identify your cluster. Type: String Pattern: .*\S.*Required: No 
- ClusterSettings
- 
               The setting to use to create the cluster. Specifically used to configure whether to enable CloudWatch Container Insights for the cluster. Type: Array of AwsEcsClusterClusterSettingsDetails objects Required: No 
- Configuration
- 
               The run command configuration for the cluster. Type: AwsEcsClusterConfigurationDetails object Required: No 
- DefaultCapacityProviderStrategy
- 
               The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy. Type: Array of AwsEcsClusterDefaultCapacityProviderStrategyDetails objects Required: No 
- RegisteredContainerInstancesCount
- 
               The number of container instances registered into the cluster. This includes container instances in both ACTIVEandDRAININGstatus.Type: Integer Required: No 
- RunningTasksCount
- 
               The number of tasks in the cluster that are in the RUNNINGstate.Type: Integer Required: No 
- Status
- 
               The status of the cluster. Type: String Pattern: .*\S.*Required: No 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: