mountPoints

@JvmName(name = "relqydrvdovidhnf")
suspend fun mountPoints(value: Output<List<JobDefinitionMountPointsArgs>>)
@JvmName(name = "wmnlvcgmbkgsgmaf")
suspend fun mountPoints(value: List<JobDefinitionMountPointsArgs>?)

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 = "xrayhwgudvbcdvlp")
suspend fun mountPoints(vararg values: Output<JobDefinitionMountPointsArgs>)


@JvmName(name = "axmmsimlrrhpqukv")
suspend fun mountPoints(values: List<Output<JobDefinitionMountPointsArgs>>)
@JvmName(name = "dhubmarfoncfnbns")
suspend fun mountPoints(vararg values: JobDefinitionMountPointsArgs)

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 = "fccomqbuycffnrti")
suspend fun mountPoints(argument: List<suspend JobDefinitionMountPointsArgsBuilder.() -> Unit>)
@JvmName(name = "xbbsqecoyojsfwpi")
suspend fun mountPoints(vararg argument: suspend JobDefinitionMountPointsArgsBuilder.() -> Unit)
@JvmName(name = "nameisievicisnqt")
suspend fun mountPoints(argument: suspend JobDefinitionMountPointsArgsBuilder.() -> 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.