Amazon ECS · Example Payload

Amazon Ecs Task Example

AmazonAwsContainersDockerEcsOrchestration

Amazon Ecs Task Example is an example object payload from Amazon ECS, with 34 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

taskArnclusterArntaskDefinitionArncontainerInstanceArnlastStatusdesiredStatuscpumemorycontainersstartedByversionstoppedReasonstopCodeconnectivityconnectivityAtpullStartedAtpullStoppedAtexecutionStoppedAtcreatedAtstartedAtstoppingAtstoppedAtgrouplaunchTypeplatformVersionplatformFamilycapacityProviderNameavailabilityZoneattachmentshealthStatusenableExecuteCommandtagsinferenceAcceleratorsattributes

Example Payload

Raw ↑
{
  "taskArn": "example_value",
  "clusterArn": "example_value",
  "taskDefinitionArn": "example_value",
  "containerInstanceArn": "example_value",
  "lastStatus": "example_value",
  "desiredStatus": "example_value",
  "cpu": "example_value",
  "memory": "example_value",
  "containers": [],
  "startedBy": "example_value",
  "version": 10,
  "stoppedReason": "example_value",
  "stopCode": "example_value",
  "connectivity": "example_value",
  "connectivityAt": 42.5,
  "pullStartedAt": 42.5,
  "pullStoppedAt": 42.5,
  "executionStoppedAt": 42.5,
  "createdAt": 42.5,
  "startedAt": 42.5,
  "stoppingAt": 42.5,
  "stoppedAt": 42.5,
  "group": "example_value",
  "launchType": "example_value",
  "platformVersion": "example_value",
  "platformFamily": "example_value",
  "capacityProviderName": "example_value",
  "availabilityZone": "example_value",
  "attachments": [],
  "healthStatus": "example_value",
  "enableExecuteCommand": true,
  "tags": [],
  "inferenceAccelerators": [],
  "attributes": []
}