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.
The location of SFTP dataset.