Amazon ECS · Schema

Cluster

A regional grouping of one or more container instances on which you can run tasks and services.

AmazonContainersDockerECSOrchestration

Properties

Name Type Description
clusterArn string The ARN that identifies the cluster.
clusterName string A user-generated string that you use to identify your cluster.
status string The status of the cluster.
registeredContainerInstancesCount integer The number of container instances registered into the cluster.
runningTasksCount integer The number of tasks in the cluster that are in the RUNNING state.
pendingTasksCount integer The number of tasks in the cluster that are in the PENDING state.
activeServicesCount integer The number of services in the cluster that are in an ACTIVE state.
statistics array
tags array
settings array
capacityProviders array
defaultCapacityProviderStrategy array
attachments array
attachmentsStatus string
View JSON Schema on GitHub

JSON Schema

amazon-ecs-cluster-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Cluster",
  "type": "object",
  "description": "A regional grouping of one or more container instances on which you can run tasks and services.",
  "properties": {
    "clusterArn": {
      "type": "string",
      "description": "The ARN that identifies the cluster."
    },
    "clusterName": {
      "type": "string",
      "description": "A user-generated string that you use to identify your cluster."
    },
    "status": {
      "type": "string",
      "description": "The status of the cluster."
    },
    "registeredContainerInstancesCount": {
      "type": "integer",
      "description": "The number of container instances registered into the cluster."
    },
    "runningTasksCount": {
      "type": "integer",
      "description": "The number of tasks in the cluster that are in the RUNNING state."
    },
    "pendingTasksCount": {
      "type": "integer",
      "description": "The number of tasks in the cluster that are in the PENDING state."
    },
    "activeServicesCount": {
      "type": "integer",
      "description": "The number of services in the cluster that are in an ACTIVE state."
    },
    "statistics": {
      "type": "array"
    },
    "tags": {
      "type": "array"
    },
    "settings": {
      "type": "array"
    },
    "capacityProviders": {
      "type": "array"
    },
    "defaultCapacityProviderStrategy": {
      "type": "array"
    },
    "attachments": {
      "type": "array"
    },
    "attachmentsStatus": {
      "type": "string"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-ecs-cluster"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.