mountPoints

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


@JvmName(name = "mbphhjqebfxfikgn")
suspend fun mountPoints(values: List<Output<JobDefinitionMountPointArgs>>)
@JvmName(name = "crrdalgfhunbsxkg")
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 = "alkhvqushjiidiem")
suspend fun mountPoints(argument: List<suspend JobDefinitionMountPointArgsBuilder.() -> Unit>)
@JvmName(name = "xkglbarmyxhunphv")
suspend fun mountPoints(vararg argument: suspend JobDefinitionMountPointArgsBuilder.() -> Unit)
@JvmName(name = "rqhtpfeuwnoadcbh")
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 .