Sftp Location Args
data class SftpLocationArgs(val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SftpLocationArgs>
The location of SFTP dataset.
Constructors
Link copied to clipboard
fun SftpLocationArgs(fileName: Output<Any>? = null, folderPath: Output<Any>? = null, type: Output<String>)