TaskDefinitionEphemeralStorageArgs

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

Constructors

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

Functions

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

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.