getProducts

This data source provides the Market product items of Alibaba Cloud.

NOTE: Available in 1.64.0+

Return

A collection of values returned by getProducts.

Parameters

argument

A collection of arguments for invoking getProducts.


suspend fun getProducts(categoryId: String? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, productType: String? = null, searchTerm: String? = null, sort: String? = null, suggestedPrice: Double? = null, supplierId: String? = null, supplierNameKeyword: String? = null): GetProductsResult

Return

A collection of values returned by getProducts.

Parameters

categoryId

The Category ID of products.

ids

A list of product code.

nameRegex

A regex string to apply to the product name.

outputFile

File name where to save data source results (after running pulumi preview).

productType

The type of products, Valid values: APP, SERVICE, MIRROR, DOWNLOAD and API_SERVICE.

searchTerm

Search term in this query.

sort

This field determines how to sort the filtered results, Valid values: user_count-desc, created_on-desc, price-desc and score-desc.

suggestedPrice

The suggested price of the product.

supplierId

The supplier id of the product.

supplierNameKeyword

The supplier name keyword of the product.

See also


suspend fun getProducts(argument: suspend GetProductsPlainArgsBuilder.() -> Unit): GetProductsResult

Return

A collection of values returned by getProducts.

Parameters

argument

Builder for com.pulumi.alicloud.marketplace.kotlin.inputs.GetProductsPlainArgs.

See also