Amazon ECS · JSON Structure

Amazon Ecs Container Instance Structure

Type: object Properties: 18
AmazonAwsContainersDockerEcsOrchestration

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

Properties

containerInstanceArn ec2InstanceId version versionInfo remainingResources registeredResources status statusReason agentConnected runningTasksCount pendingTasksCount agentUpdateStatus attributes registeredAt attachments tags capacityProviderName healthStatus

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContainerInstance",
  "type": "object",
  "properties": {
    "containerInstanceArn": {
      "type": "string"
    },
    "ec2InstanceId": {
      "type": "string"
    },
    "version": {
      "type": "integer"
    },
    "versionInfo": {
      "type": "object"
    },
    "remainingResources": {
      "type": "array"
    },
    "registeredResources": {
      "type": "array"
    },
    "status": {
      "type": "string"
    },
    "statusReason": {
      "type": "string"
    },
    "agentConnected": {
      "type": "boolean"
    },
    "runningTasksCount": {
      "type": "integer"
    },
    "pendingTasksCount": {
      "type": "integer"
    },
    "agentUpdateStatus": {
      "type": "string"
    },
    "attributes": {
      "type": "array"
    },
    "registeredAt": {
      "type": "number"
    },
    "attachments": {
      "type": "array"
    },
    "tags": {
      "type": "array"
    },
    "capacityProviderName": {
      "type": "string"
    },
    "healthStatus": {
      "type": "object"
    }
  }
}