Amazon ECS · JSON Structure

Amazon Ecs Container Structure

Type: object Properties: 17
AmazonAwsContainersDockerEcsOrchestration

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

Properties

containerArn taskArn name image imageDigest runtimeId lastStatus exitCode reason healthStatus cpu memory memoryReservation gpuIds networkBindings networkInterfaces managedAgents

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Container",
  "type": "object",
  "properties": {
    "containerArn": {
      "type": "string"
    },
    "taskArn": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "image": {
      "type": "string"
    },
    "imageDigest": {
      "type": "string"
    },
    "runtimeId": {
      "type": "string"
    },
    "lastStatus": {
      "type": "string"
    },
    "exitCode": {
      "type": "integer"
    },
    "reason": {
      "type": "string"
    },
    "healthStatus": {
      "type": "string"
    },
    "cpu": {
      "type": "string"
    },
    "memory": {
      "type": "string"
    },
    "memoryReservation": {
      "type": "string"
    },
    "gpuIds": {
      "type": "array"
    },
    "networkBindings": {
      "type": "array"
    },
    "networkInterfaces": {
      "type": "array"
    },
    "managedAgents": {
      "type": "array"
    }
  }
}