Clickhouse Functions
object ClickhouseFunctions
Functions
Link copied to clipboard
This data source provides the Click House Accounts of the current Alibaba Cloud user.
suspend fun getAccounts(argument: suspend GetAccountsPlainArgsBuilder.() -> Unit): GetAccountsResult
suspend fun getAccounts(dbClusterId: String, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null): GetAccountsResult
Link copied to clipboard
This data source provides the Click House Backup Policies of the current Alibaba Cloud user.
suspend fun getBackupPolicies(argument: suspend GetBackupPoliciesPlainArgsBuilder.() -> Unit): GetBackupPoliciesResult
suspend fun getBackupPolicies(dbClusterId: String, outputFile: String? = null): GetBackupPoliciesResult
Link copied to clipboard
This data source provides the Click House DBCluster of the current Alibaba Cloud user.
suspend fun getDbClusters(argument: suspend GetDbClustersPlainArgsBuilder.() -> Unit): GetDbClustersResult
suspend fun getDbClusters(dbClusterDescription: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, outputFile: String? = null, status: String? = null): GetDbClustersResult
Link copied to clipboard
This data source provides the Click House Regions of the current Alibaba Cloud user.
suspend fun getRegions(current: Boolean? = null, outputFile: String? = null, regionId: String? = null): GetRegionsResult