Amazon ECS · JSON Structure

Amazon Ecs Cluster Structure

Type: object Properties: 14
AmazonAwsContainersDockerEcsOrchestration

Cluster is a JSON Structure definition published by Amazon ECS, describing 14 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

clusterArn clusterName status registeredContainerInstancesCount runningTasksCount pendingTasksCount activeServicesCount statistics tags settings capacityProviders defaultCapacityProviderStrategy attachments attachmentsStatus

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Cluster",
  "type": "object",
  "properties": {
    "clusterArn": {
      "type": "string"
    },
    "clusterName": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "registeredContainerInstancesCount": {
      "type": "integer"
    },
    "runningTasksCount": {
      "type": "integer"
    },
    "pendingTasksCount": {
      "type": "integer"
    },
    "activeServicesCount": {
      "type": "integer"
    },
    "statistics": {
      "type": "array"
    },
    "tags": {
      "type": "array"
    },
    "settings": {
      "type": "array"
    },
    "capacityProviders": {
      "type": "array"
    },
    "defaultCapacityProviderStrategy": {
      "type": "array"
    },
    "attachments": {
      "type": "array"
    },
    "attachmentsStatus": {
      "type": "string"
    }
  }
}