Amazon EventBridge Pipes · JSON Structure

Amazon Eventbridge Pipes Ecs Container Override Structure

The overrides that are sent to a container. An empty container override can be passed in. An example of an empty container override is {"containerOverrides": [ ] }. If a non-empty container override is specified, the name parameter must be included.

Type: object Properties: 8
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

EcsContainerOverride is a JSON Structure definition published by Amazon EventBridge Pipes, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Command Cpu Environment EnvironmentFiles Memory MemoryReservation Name ResourceRequirements

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-structure/amazon-eventbridge-pipes-ecs-container-override-structure.json",
  "name": "EcsContainerOverride",
  "description": "The overrides that are sent to a container. An empty container override can be passed in. An example of an empty container override is <code>{\"containerOverrides\": [ ] }</code>. If a non-empty container override is specified, the <code>name</code> parameter must be included.",
  "type": "object",
  "properties": {
    "Command": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StringList"
        },
        {
          "description": "The command to send to the container that overrides the default command from the Docker image or the task definition. You must also specify a container name."
        }
      ]
    },
    "Cpu": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "description": "The number of <code>cpu</code> units reserved for the container, instead of the default value from the task definition. You must also specify a container name."
        }
      ]
    },
    "Environment": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EcsEnvironmentVariableList"
        },
        {
          "description": "The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. You must also specify a container name."
        }
      ]
    },
    "EnvironmentFiles": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EcsEnvironmentFileList"
        },
        {
          "description": "A list of files containing the environment variables to pass to a container, instead of the value from the container definition."
        }
      ]
    },
    "Memory": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "description": "The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed. You must also specify a container name."
        }
      ]
    },
    "MemoryReservation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "description": "The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition. You must also specify a container name."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The name of the container that receives the override. This parameter is required if any override is specified."
        }
      ]
    },
    "ResourceRequirements": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EcsResourceRequirementsList"
        },
        {
          "description": "The type and amount of a resource to assign to a container, instead of the default value from the task definition. The only supported resource is a GPU."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/amazon-eventbridge-pipes-ecs-container-override-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.