Amazon EventBridge Pipes · JSON Structure

Amazon Eventbridge Pipes Ecs Ephemeral Storage Structure

The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on Fargate. For more information, see Fargate task storage in the Amazon ECS User Guide for Fargate.

This parameter is only supported for tasks hosted on Fargate using Linux platform version 1.4.0 or later. This parameter is not supported for Windows containers on Fargate.

Type: object Properties: 1 Required: 1
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

EcsEphemeralStorage is a JSON Structure definition published by Amazon EventBridge Pipes, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

sizeInGiB

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-ephemeral-storage-structure.json",
  "name": "EcsEphemeralStorage",
  "description": "<p>The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on Fargate. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/userguide/using_data_volumes.html\">Fargate task storage</a> in the <i>Amazon ECS User Guide for Fargate</i>.</p> <note> <p>This parameter is only supported for tasks hosted on Fargate using Linux platform version <code>1.4.0</code> or later. This parameter is not supported for Windows containers on Fargate.</p> </note>",
  "type": "object",
  "properties": {
    "sizeInGiB": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EphemeralStorageSize"
        },
        {
          "description": "The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is <code>21</code> GiB and the maximum supported value is <code>200</code> GiB."
        }
      ]
    }
  },
  "required": [
    "sizeInGiB"
  ]
}