TaskDefinitionEphemeralStorageArgs

data class TaskDefinitionEphemeralStorageArgs(val sizeInGiB: Output<Int>? = null) : ConvertibleToJava<TaskDefinitionEphemeralStorageArgs>

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 FARGATElong. For more information, see Using data volumes in tasks in the Amazon ECS Developer Guide;. For tasks using the Fargate launch type, the task requires the following platforms:

  • Linux platform version `1.4.0` or later.

  • Windows platform version `1.0.0` or later.

Constructors

Link copied to clipboard
constructor(sizeInGiB: Output<Int>? = null)

Properties

Link copied to clipboard
val sizeInGiB: Output<Int>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): TaskDefinitionEphemeralStorageArgs