Distcp Settings Args
    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
                fun DistcpSettingsArgs(distcpOptions: Output<Any>? = null, resourceManagerEndpoint: Output<Any>, tempScriptPath: Output<Any>)