EphemeralStorageResponse

data class EphemeralStorageResponse(val size: Int? = null, val sizeInGiB: Int? = null)

Definition of EphemeralStorage

Constructors

Link copied to clipboard
constructor(size: Int? = null, sizeInGiB: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val size: Int? = null

The size of the function's `/tmp` directory.

Link copied to clipboard
val sizeInGiB: Int? = null

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