emptyDir

@JvmName(name = "atiwdjmahoitldkk")
suspend fun emptyDir(value: Output<ServiceTemplateSpecVolumeEmptyDirArgs>)
@JvmName(name = "ilwiiftxepwmbbun")
suspend fun emptyDir(value: ServiceTemplateSpecVolumeEmptyDirArgs?)

Parameters

value

Ephemeral storage which can be backed by real disks (HD, SSD), network storage or memory (i.e. tmpfs). For now only in memory (tmpfs) is supported. It is ephemeral in the sense that when the sandbox is taken down, the data is destroyed with it (it does not persist across sandbox runs). Structure is documented below.


@JvmName(name = "tuubomvvwnsepmri")
suspend fun emptyDir(argument: suspend ServiceTemplateSpecVolumeEmptyDirArgsBuilder.() -> Unit)

Parameters

argument

Ephemeral storage which can be backed by real disks (HD, SSD), network storage or memory (i.e. tmpfs). For now only in memory (tmpfs) is supported. It is ephemeral in the sense that when the sandbox is taken down, the data is destroyed with it (it does not persist across sandbox runs). Structure is documented below.