mountPoints

@JvmName(name = "doppdmvomxogpgrn")
suspend fun mountPoints(value: Output<List<JobDefinitionMountPointsArgs>>)
@JvmName(name = "eypodeijxcwbxyxj")
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 = "cvoxhfvhwacbigqc")
suspend fun mountPoints(vararg values: Output<JobDefinitionMountPointsArgs>)


@JvmName(name = "occueyatjjpkgiet")
suspend fun mountPoints(values: List<Output<JobDefinitionMountPointsArgs>>)
@JvmName(name = "xxeoaixaknhqhsku")
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 = "scapfxlsiekskuga")
suspend fun mountPoints(argument: List<suspend JobDefinitionMountPointsArgsBuilder.() -> Unit>)
@JvmName(name = "cmuiaominnmfwbqb")
suspend fun mountPoints(vararg argument: suspend JobDefinitionMountPointsArgsBuilder.() -> Unit)
@JvmName(name = "ckoahmyduwxgmora")
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 .