AwsEcsClusterDetails - Amazon Security Hub
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AwsEcsClusterDetails

Provides details about an Amazon ECS cluster.

Contents

ActiveServicesCount

The number of services that are running on the cluster in an ACTIVE state. You can view these services with the Amazon ECS ListServices API 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 ACTIVE and DRAINING status.

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 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: