Amazon ECS · Example Payload

Amazon Ecs Run Task Request Example

AmazonAwsContainersDockerEcsOrchestration

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

Top-level fields

taskDefinitionclustercountlaunchTypecapacityProviderStrategyplatformVersionplacementConstraintsplacementStrategygroupstartedBytagsenableECSManagedTagsenableExecuteCommandpropagateTagsclientToken

Example Payload

Raw ↑
{
  "taskDefinition": "example_value",
  "cluster": "example_value",
  "count": 10,
  "launchType": "example_value",
  "capacityProviderStrategy": [],
  "platformVersion": "example_value",
  "placementConstraints": [],
  "placementStrategy": [],
  "group": "example_value",
  "startedBy": "example_value",
  "tags": [],
  "enableECSManagedTags": true,
  "enableExecuteCommand": true,
  "propagateTags": "example_value",
  "clientToken": "example_value"
}