Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EcsEphemeralStorage

import type { EcsEphemeralStorage } from "https://aws-api.deno.dev/v0.4/services/pipes.ts?docs=full";

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.

Note: 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.

interface EcsEphemeralStorage {
sizeInGiB: number;
}

§Properties

§
sizeInGiB: number
[src]

The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is 21 GiB and the maximum supported value is 200 GiB.