Amazon Fargate · Example Payload

Amazon Fargate Cluster Example

example-value

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

Top-level fields

clusterArnclusterNamestatusregisteredContainerInstancesCountrunningTasksCountpendingTasksCountactiveServicesCounttagssettings

Example Payload

Raw ↑
{
  "clusterArn": "arn:aws:ecs:us-east-1:123456789012:cluster/my-fargate-cluster",
  "clusterName": "my-fargate-cluster",
  "status": "ACTIVE",
  "registeredContainerInstancesCount": 0,
  "runningTasksCount": 5,
  "pendingTasksCount": 0,
  "activeServicesCount": 2,
  "tags": [
    "example-value"
  ],
  "settings": [
    "example-value"
  ]
}