FunctionEphemeralStorage

data class FunctionEphemeralStorage(val size: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val size: Int? = null

The size of the Lambda function Ephemeral storage(/tmp) represented in MB. The minimum supported ephemeral_storage value defaults to 512MB and the maximum supported value is 10240MB.