DistcpSettingsArgs

data class DistcpSettingsArgs(val distcpOptions: Output<Any>? = null, val resourceManagerEndpoint: Output<Any>, val tempScriptPath: Output<Any>) : ConvertibleToJava<DistcpSettingsArgs>

Distcp settings.

Constructors

Link copied to clipboard
constructor(distcpOptions: Output<Any>? = null, resourceManagerEndpoint: Output<Any>, tempScriptPath: Output<Any>)

Properties

Link copied to clipboard
val distcpOptions: Output<Any>? = null

Specifies the Distcp options. Type: string (or Expression with resultType string).

Link copied to clipboard

Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).

Link copied to clipboard
val tempScriptPath: Output<Any>

Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).

Functions

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