{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-schema/amazon-eventbridge-pipes-ecs-task-override-schema.json", "title": "EcsTaskOverride", "description": "The overrides that are associated with a task.", "type": "object", "properties": { "ContainerOverrides": { "allOf": [ { "$ref": "#/components/schemas/EcsContainerOverrideList" }, { "description": "One or more container overrides that are sent to a task." } ] }, "Cpu": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The cpu override for the task." } ] }, "EphemeralStorage": { "allOf": [ { "$ref": "#/components/schemas/EcsEphemeralStorage" }, { "description": "
The ephemeral storage setting override for the task.
This parameter is only supported for tasks hosted on Fargate that use the following platform versions:
Linux platform version 1.4.0 or later.
Windows platform version 1.0.0 or later.