mountPoints

@JvmName(name = "gtphmakrwdpxuemw")
suspend fun mountPoints(value: Output<List<JobDefinitionMountPointsArgs>>)
@JvmName(name = "mvfmkgxolriohdhj")
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 .


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


@JvmName(name = "imjfcsasyekvjcpr")
suspend fun mountPoints(values: List<Output<JobDefinitionMountPointsArgs>>)
@JvmName(name = "rsygoxsiwwoqwesc")
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 .


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