mountPoints

@JvmName(name = "pplahnmpbaetsfps")
suspend fun mountPoints(value: Output<List<JobDefinitionMountPointArgs>>)
@JvmName(name = "jqjvkhciognbatmj")
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 .


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


@JvmName(name = "ybopakqsstyecshx")
suspend fun mountPoints(values: List<Output<JobDefinitionMountPointArgs>>)
@JvmName(name = "oshhlihdaequdwou")
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 .


@JvmName(name = "cqitmyoisndniiuk")
suspend fun mountPoints(argument: List<suspend JobDefinitionMountPointArgsBuilder.() -> Unit>)
@JvmName(name = "bdpcnnttbsfltigf")
suspend fun mountPoints(vararg argument: suspend JobDefinitionMountPointArgsBuilder.() -> Unit)
@JvmName(name = "badpafboprweqogl")
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 .