tmpfs

@JvmName(name = "sfijgcmsdvgttxwm")
suspend fun tmpfs(value: Output<List<JobDefinitionTmpfsArgs>>)
@JvmName(name = "bkefmibgcvcuclfm")
suspend fun tmpfs(value: List<JobDefinitionTmpfsArgs>?)

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 .

This parameter isn't applicable to jobs that are running on Fargate resources. Don't provide this parameter for this resource type.


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


@JvmName(name = "fkmdnhkbvcqoannp")
suspend fun tmpfs(values: List<Output<JobDefinitionTmpfsArgs>>)
@JvmName(name = "iwojxuyqjbotmkjf")
suspend fun tmpfs(vararg values: JobDefinitionTmpfsArgs)

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 .

This parameter isn't applicable to jobs that are running on Fargate resources. Don't provide this parameter for this resource type.


@JvmName(name = "ufnromwkercvudro")
suspend fun tmpfs(argument: List<suspend JobDefinitionTmpfsArgsBuilder.() -> Unit>)
@JvmName(name = "cbslvfmlciqpxowq")
suspend fun tmpfs(vararg argument: suspend JobDefinitionTmpfsArgsBuilder.() -> Unit)
@JvmName(name = "urxpibyahjqdnksh")
suspend fun tmpfs(argument: suspend JobDefinitionTmpfsArgsBuilder.() -> 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 .

This parameter isn't applicable to jobs that are running on Fargate resources. Don't provide this parameter for this resource type.