Selectdb Functions
object SelectdbFunctions
Functions
Link copied to clipboard
This data source provides the SelectDB DBCluster of the current Alibaba Cloud user.
suspend fun getDbClusters(argument: suspend GetDbClustersPlainArgsBuilder.() -> Unit): GetDbClustersResult
suspend fun getDbClusters(ids: List<String>? = null, outputFile: String? = null): GetDbClustersResult
Link copied to clipboard
This data source provides the SelectDB DBInstance of the current Alibaba Cloud user.
suspend fun getDbInstances(argument: suspend GetDbInstancesPlainArgsBuilder.() -> Unit): GetDbInstancesResult
suspend fun getDbInstances(ids: List<String>? = null, outputFile: String? = null, tags: Map<String, String>? = null): GetDbInstancesResult