tmpfs

@JvmName(name = "eierwesbplhuoxar")
suspend fun tmpfs(value: Output<List<TmpfsArgs>>)
@JvmName(name = "dnkxktolyrbmvqnd")
suspend fun tmpfs(value: List<TmpfsArgs>?)

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 = "yifdjpsjqvtqugug")
suspend fun tmpfs(vararg values: Output<TmpfsArgs>)


@JvmName(name = "svdnnlgpolqffknd")
suspend fun tmpfs(values: List<Output<TmpfsArgs>>)
@JvmName(name = "nvanlxjlnsdlawwa")
suspend fun tmpfs(vararg values: TmpfsArgs)

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 = "otdrlmbangpyhfvd")
suspend fun tmpfs(argument: List<suspend TmpfsArgsBuilder.() -> Unit>)
@JvmName(name = "nmewmuxvhrteqcel")
suspend fun tmpfs(vararg argument: suspend TmpfsArgsBuilder.() -> Unit)
@JvmName(name = "qupdftkubrjgwijm")
suspend fun tmpfs(argument: suspend TmpfsArgsBuilder.() -> 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.