tmpfs

@JvmName(name = "txoggtrwhlbbcgiy")
suspend fun tmpfs(value: Output<List<TaskDefinitionTmpfsArgs>>)
@JvmName(name = "hkmjumvnsojsrcba")
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 = "isthxbnckpcydfgs")
suspend fun tmpfs(vararg values: Output<TaskDefinitionTmpfsArgs>)


@JvmName(name = "ewxohdqutpbqxcvg")
suspend fun tmpfs(values: List<Output<TaskDefinitionTmpfsArgs>>)
@JvmName(name = "qjbflghvwntfuqxb")
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 = "ibbeogyislsgfxtn")
suspend fun tmpfs(argument: List<suspend TaskDefinitionTmpfsArgsBuilder.() -> Unit>)
@JvmName(name = "uglwppkwpjfcirko")
suspend fun tmpfs(vararg argument: suspend TaskDefinitionTmpfsArgsBuilder.() -> Unit)
@JvmName(name = "gkmgtjmsmeskbfcl")
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.