FunctionEphemeralStorageArgs

data class FunctionEphemeralStorageArgs(val size: Output<Int>? = null) : ConvertibleToJava<FunctionEphemeralStorageArgs>

Constructors

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

Properties

Link copied to clipboard
val size: Output<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.

Functions

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