Amazon ECS · Schema

RunTaskRequest

AmazonContainersDockerECSOrchestration

Properties

Name Type Description
taskDefinition string The family and revision or full ARN of the task definition to run.
cluster string The short name or full ARN of the cluster to run the task on.
count integer The number of instantiations of the specified task to place on your cluster (1-10).
launchType string The launch type on which to run your task.
capacityProviderStrategy array
platformVersion string The platform version the task uses (Fargate launch type only).
placementConstraints array
placementStrategy array
group string The name of the task group to associate with the task.
startedBy string An optional tag specified when a task is started.
tags array
enableECSManagedTags boolean
enableExecuteCommand boolean Whether to enable Amazon ECS Exec for the task.
propagateTags string
clientToken string An identifier you provide to ensure the idempotency of the request.
View JSON Schema on GitHub

JSON Schema

amazon-ecs-run-task-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RunTaskRequest",
  "type": "object",
  "properties": {
    "taskDefinition": {
      "type": "string",
      "description": "The family and revision or full ARN of the task definition to run."
    },
    "cluster": {
      "type": "string",
      "description": "The short name or full ARN of the cluster to run the task on."
    },
    "count": {
      "type": "integer",
      "description": "The number of instantiations of the specified task to place on your cluster (1-10)."
    },
    "launchType": {
      "type": "string",
      "description": "The launch type on which to run your task."
    },
    "capacityProviderStrategy": {
      "type": "array"
    },
    "platformVersion": {
      "type": "string",
      "description": "The platform version the task uses (Fargate launch type only)."
    },
    "placementConstraints": {
      "type": "array"
    },
    "placementStrategy": {
      "type": "array"
    },
    "group": {
      "type": "string",
      "description": "The name of the task group to associate with the task."
    },
    "startedBy": {
      "type": "string",
      "description": "An optional tag specified when a task is started."
    },
    "tags": {
      "type": "array"
    },
    "enableECSManagedTags": {
      "type": "boolean"
    },
    "enableExecuteCommand": {
      "type": "boolean",
      "description": "Whether to enable Amazon ECS Exec for the task."
    },
    "propagateTags": {
      "type": "string"
    },
    "clientToken": {
      "type": "string",
      "description": "An identifier you provide to ensure the idempotency of the request."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-ecs-run-task-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.