Amazon Fargate · Example Payload

Amazon Fargate Service Example

example-value

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

Top-level fields

serviceArnserviceNameclusterArntaskDefinitiondesiredCountrunningCountpendingCountstatuslaunchTypenetworkConfigurationloadBalancerscreatedAttags

Example Payload

Raw ↑
{
  "serviceArn": "arn:aws:ecs:us-east-1:123456789012:service/my-fargate-cluster/my-fargate-service",
  "serviceName": "my-fargate-service",
  "clusterArn": "arn:aws:ecs:us-east-1:123456789012:cluster/my-fargate-cluster",
  "taskDefinition": "my-fargate-task:1",
  "desiredCount": 2,
  "runningCount": 2,
  "pendingCount": 0,
  "status": "ACTIVE",
  "launchType": "FARGATE",
  "networkConfiguration": "example-value",
  "loadBalancers": [
    "example-value"
  ],
  "createdAt": "2026-04-19T12:00:00Z",
  "tags": [
    "example-value"
  ]
}