Databasefilesystem Functions
object DatabasefilesystemFunctions
Functions
Link copied to clipboard
This data source provides the DBFS Instances of the current Alibaba Cloud user.
suspend fun getInstances(argument: suspend GetInstancesPlainArgsBuilder.() -> Unit): GetInstancesResult
suspend fun getInstances(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null): GetInstancesResult
Link copied to clipboard
This data source provides the Dbfs Snapshots of the current Alibaba Cloud user.
suspend fun getSnapshots(argument: suspend GetSnapshotsPlainArgsBuilder.() -> Unit): GetSnapshotsResult
suspend fun getSnapshots(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null): GetSnapshotsResult