DataworksFunctions

Functions

Link copied to clipboard

This data source provides the Data Works Folders of the current Alibaba Cloud user.

suspend fun getFolders(argument: suspend GetFoldersPlainArgsBuilder.() -> Unit): GetFoldersResult
suspend fun getFolders(ids: List<String>? = null, outputFile: String? = null, parentFolderPath: String, projectId: String): GetFoldersResult
Link copied to clipboard

Using this data source can open DataWorks service automatically. If the service has been opened, it will return opened. For information about DataWorks and how to use it, see What is DataWorks.

suspend fun getService(enable: String? = null): GetServiceResult
suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult