mountPoints

@JvmName(name = "npgbitpwashtkgdf")
suspend fun mountPoints(value: Output<List<JobDefinitionMountPointArgs>>)
@JvmName(name = "vqdxfukcxkbrjhem")
suspend fun mountPoints(value: List<JobDefinitionMountPointArgs>?)

Parameters

value

The mount points for data volumes in your container. This parameter maps to Volumes in the Create a container section of the Docker Remote API and the --volume option to docker run . Windows containers can mount whole directories on the same drive as $env:ProgramData . Windows containers can't mount directories on a different drive, and mount point can't be across drives.


@JvmName(name = "enhwhgxhojxlrgte")
suspend fun mountPoints(vararg values: Output<JobDefinitionMountPointArgs>)


@JvmName(name = "ctesafgxprsdtrgy")
suspend fun mountPoints(values: List<Output<JobDefinitionMountPointArgs>>)
@JvmName(name = "nqghhdhwgemijsgc")
suspend fun mountPoints(vararg values: JobDefinitionMountPointArgs)

Parameters

values

The mount points for data volumes in your container. This parameter maps to Volumes in the Create a container section of the Docker Remote API and the --volume option to docker run . Windows containers can mount whole directories on the same drive as $env:ProgramData . Windows containers can't mount directories on a different drive, and mount point can't be across drives.


@JvmName(name = "qyhtfibrcpudxedp")
suspend fun mountPoints(argument: List<suspend JobDefinitionMountPointArgsBuilder.() -> Unit>)
@JvmName(name = "guirkakrhoeocmrk")
suspend fun mountPoints(vararg argument: suspend JobDefinitionMountPointArgsBuilder.() -> Unit)
@JvmName(name = "kkabaaaypgtaetjb")
suspend fun mountPoints(argument: suspend JobDefinitionMountPointArgsBuilder.() -> Unit)

Parameters

argument

The mount points for data volumes in your container. This parameter maps to Volumes in the Create a container section of the Docker Remote API and the --volume option to docker run . Windows containers can mount whole directories on the same drive as $env:ProgramData . Windows containers can't mount directories on a different drive, and mount point can't be across drives.