Amazon ECS · JSON Structure

Amazon Ecs Run Task Request Structure

Type: object Properties: 15
AmazonAwsContainersDockerEcsOrchestration

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

Properties

taskDefinition cluster count launchType capacityProviderStrategy platformVersion placementConstraints placementStrategy group startedBy tags enableECSManagedTags enableExecuteCommand propagateTags clientToken

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RunTaskRequest",
  "type": "object",
  "properties": {
    "taskDefinition": {
      "type": "string"
    },
    "cluster": {
      "type": "string"
    },
    "count": {
      "type": "integer"
    },
    "launchType": {
      "type": "string"
    },
    "capacityProviderStrategy": {
      "type": "array"
    },
    "platformVersion": {
      "type": "string"
    },
    "placementConstraints": {
      "type": "array"
    },
    "placementStrategy": {
      "type": "array"
    },
    "group": {
      "type": "string"
    },
    "startedBy": {
      "type": "string"
    },
    "tags": {
      "type": "array"
    },
    "enableECSManagedTags": {
      "type": "boolean"
    },
    "enableExecuteCommand": {
      "type": "boolean"
    },
    "propagateTags": {
      "type": "string"
    },
    "clientToken": {
      "type": "string"
    }
  }
}