DatabasefilesystemFunctions

Functions

Link copied to clipboard

This data source provides Dbfs Auto Snap Shot Policy available to the user.What is Auto Snap Shot Policy

suspend fun getAutoSnapShotPolicies(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null): GetAutoSnapShotPoliciesResult
Link copied to clipboard

This data source provides the DBFS Instances of the current Alibaba Cloud user.

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(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null): GetSnapshotsResult