Get Products Plain Args
data class GetProductsPlainArgs(val categoryId: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val productType: String? = null, val searchTerm: String? = null, val sort: String? = null, val suggestedPrice: Double? = null, val supplierId: String? = null, val supplierNameKeyword: String? = null) : ConvertibleToJava<GetProductsPlainArgs>
A collection of arguments for invoking getProducts.
Properties
Link copied to clipboard
The Category ID of products.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The type of products, Valid values: APP
, SERVICE
, MIRROR
, DOWNLOAD
and API_SERVICE
.
Link copied to clipboard
Search term in this query.
Link copied to clipboard
The suggested price of the product.
Link copied to clipboard
The supplier id of the product.
Link copied to clipboard
The supplier name keyword of the product.