mountPoint

@JvmName(name = "rcipydbepmdwtadd")
suspend fun mountPoint(value: Output<String>)
@JvmName(name = "resbvpkdxvhhipcp")
suspend fun mountPoint(value: String?)

Parameters

value

Required at create time and cannot be overridden at run time. Specifies the path in the docker container where files on this disk should be located. For example, if mountPoint is /mnt/disk, and the parameter has localPath inputs/file.txt, the docker container can access the data at /mnt/disk/inputs/file.txt.