mountPoints

@JvmName(name = "asfcvepmafwxwqag")
suspend fun mountPoints(value: Output<List<JobDefinitionMountPointArgs>>)
@JvmName(name = "wvkulqpcaqwrthyt")
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 = "qimspfoopunuabdf")
suspend fun mountPoints(vararg values: Output<JobDefinitionMountPointArgs>)


@JvmName(name = "ymdnynrllwahhhtj")
suspend fun mountPoints(values: List<Output<JobDefinitionMountPointArgs>>)
@JvmName(name = "hflxeccmhmpvmnbn")
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 = "lkvmxeqblwkjhjnm")
suspend fun mountPoints(argument: List<suspend JobDefinitionMountPointArgsBuilder.() -> Unit>)
@JvmName(name = "qolmedivkqgfyqtg")
suspend fun mountPoints(vararg argument: suspend JobDefinitionMountPointArgsBuilder.() -> Unit)
@JvmName(name = "bxtsttekjtvrenwi")
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.