MhubFunctions

Functions

Link copied to clipboard
suspend fun getApps(argument: GetAppsPlainArgs): GetAppsResult

This data source provides the Mhub Apps of the current Alibaba Cloud user.

suspend fun getApps(argument: suspend GetAppsPlainArgsBuilder.() -> Unit): GetAppsResult
suspend fun getApps(enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, osType: String? = null, outputFile: String? = null, productId: String): GetAppsResult
Link copied to clipboard

This data source provides the Mhub Products of the current Alibaba Cloud user.

suspend fun getProducts(argument: suspend GetProductsPlainArgsBuilder.() -> Unit): GetProductsResult
suspend fun getProducts(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null): GetProductsResult