Amazon ECS · JSON Structure

Amazon Ecs Deployment Structure

Type: object Properties: 15
AmazonAwsContainersDockerEcsOrchestration

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

Properties

id status taskDefinition desiredCount pendingCount runningCount failedTasks createdAt updatedAt launchType platformVersion platformFamily rolloutState rolloutStateReason capacityProviderStrategy

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Deployment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "taskDefinition": {
      "type": "string"
    },
    "desiredCount": {
      "type": "integer"
    },
    "pendingCount": {
      "type": "integer"
    },
    "runningCount": {
      "type": "integer"
    },
    "failedTasks": {
      "type": "integer"
    },
    "createdAt": {
      "type": "number"
    },
    "updatedAt": {
      "type": "number"
    },
    "launchType": {
      "type": "string"
    },
    "platformVersion": {
      "type": "string"
    },
    "platformFamily": {
      "type": "string"
    },
    "rolloutState": {
      "type": "string"
    },
    "rolloutStateReason": {
      "type": "string"
    },
    "capacityProviderStrategy": {
      "type": "array"
    }
  }
}