filePath

@JvmName(name = "erpxleqywxehmpmj")
suspend fun filePath(value: Output<String>)
@JvmName(name = "imvnugdmiamosous")
suspend fun filePath(value: String?)

Parameters

value

The location on the compute node to which to download the file, relative to the task's working directory. If the http_url property is specified, the file_path is required and describes the path which the file will be downloaded to, including the filename. Otherwise, if the auto_storage_container_name or storage_container_url property is specified, file_path is optional and is the directory to download the files to. In the case where file_path is used as a directory, any directory structure already associated with the input data will be retained in full and appended to the specified filePath directory. The specified relative path cannot break out of the task's working directory (for example by using '..').