DatasetBinarySftpServerLocationArgs

data class DatasetBinarySftpServerLocationArgs(val dynamicFilenameEnabled: Output<Boolean>? = null, val dynamicPathEnabled: Output<Boolean>? = null, val filename: Output<String>, val path: Output<String>) : ConvertibleToJava<DatasetBinarySftpServerLocationArgs>

Constructors

Link copied to clipboard
constructor(dynamicFilenameEnabled: Output<Boolean>? = null, dynamicPathEnabled: Output<Boolean>? = null, filename: Output<String>, path: Output<String>)

Properties

Link copied to clipboard
val dynamicFilenameEnabled: Output<Boolean>? = null

Is the filename using dynamic expression, function or system variables? Defaults to false.

Link copied to clipboard
val dynamicPathEnabled: Output<Boolean>? = null

Is the path using dynamic expression, function or system variables? Defaults to false.

Link copied to clipboard
val filename: Output<String>

The filename of the file on the SFTP server.

Link copied to clipboard
val path: Output<String>

The folder path to the file on the SFTP server.

Functions

Link copied to clipboard
open override fun toJava(): DatasetBinarySftpServerLocationArgs