ephemeralStorage

@JvmName(name = "vrcocukokpmxtvld")
suspend fun ephemeralStorage(value: Output<FunctionEphemeralStorageArgs>)
@JvmName(name = "hycikmpfqtdhujbp")
suspend fun ephemeralStorage(value: FunctionEphemeralStorageArgs?)

Parameters

value

The amount of Ephemeral storage(/tmp) to allocate for the Lambda Function in MB. This parameter is used to expand the total amount of Ephemeral storage available, beyond the default amount of 512MB. Detailed below.


@JvmName(name = "jlkjooswiqophhqd")
suspend fun ephemeralStorage(argument: suspend FunctionEphemeralStorageArgsBuilder.() -> Unit)

Parameters

argument

The amount of Ephemeral storage(/tmp) to allocate for the Lambda Function in MB. This parameter is used to expand the total amount of Ephemeral storage available, beyond the default amount of 512MB. Detailed below.