TaskDefinitionEphemeralStorageArgs

data class TaskDefinitionEphemeralStorageArgs(val sizeInGib: Output<Int>) : ConvertibleToJava<TaskDefinitionEphemeralStorageArgs>

Constructors

Link copied to clipboard
constructor(sizeInGib: Output<Int>)

Properties

Link copied to clipboard
val sizeInGib: Output<Int>

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