tmpfs

@JvmName(name = "wipvwldakqhvthfu")
suspend fun tmpfs(value: Output<List<TaskDefinitionTmpfsArgs>>)
@JvmName(name = "bakvkdrfeswxpijb")
suspend fun tmpfs(value: List<TaskDefinitionTmpfsArgs>?)

Parameters

value

The container path, mount options, and size (in MiB) of the tmpfs mount. This parameter maps to the `--tmpfs` option to docker run. If you're using tasks that use the Fargate launch type, the `tmpfs` parameter isn't supported.


@JvmName(name = "poxusvrytkqyrbhl")
suspend fun tmpfs(vararg values: Output<TaskDefinitionTmpfsArgs>)


@JvmName(name = "utlkltmvfovvqlvf")
suspend fun tmpfs(values: List<Output<TaskDefinitionTmpfsArgs>>)
@JvmName(name = "gvqubdvslyauqmek")
suspend fun tmpfs(vararg values: TaskDefinitionTmpfsArgs)

Parameters

values

The container path, mount options, and size (in MiB) of the tmpfs mount. This parameter maps to the `--tmpfs` option to docker run. If you're using tasks that use the Fargate launch type, the `tmpfs` parameter isn't supported.


@JvmName(name = "ahxxrtekjryirrad")
suspend fun tmpfs(argument: List<suspend TaskDefinitionTmpfsArgsBuilder.() -> Unit>)
@JvmName(name = "eestptqtclyerpkw")
suspend fun tmpfs(vararg argument: suspend TaskDefinitionTmpfsArgsBuilder.() -> Unit)
@JvmName(name = "tbbncihxuhalsbvw")
suspend fun tmpfs(argument: suspend TaskDefinitionTmpfsArgsBuilder.() -> Unit)

Parameters

argument

The container path, mount options, and size (in MiB) of the tmpfs mount. This parameter maps to the `--tmpfs` option to docker run. If you're using tasks that use the Fargate launch type, the `tmpfs` parameter isn't supported.