tmpfs

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


@JvmName(name = "icijvymlehldjtcn")
suspend fun tmpfs(values: List<Output<TaskDefinitionTmpfsArgs>>)
@JvmName(name = "brbibxexppfgqjjk")
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 = "kxmtknjfrphlmhfp")
suspend fun tmpfs(argument: List<suspend TaskDefinitionTmpfsArgsBuilder.() -> Unit>)
@JvmName(name = "gumpuouvjsmvwdpa")
suspend fun tmpfs(vararg argument: suspend TaskDefinitionTmpfsArgsBuilder.() -> Unit)
@JvmName(name = "hojahtjiqlctensw")
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.