getOpenApiProducts

This data source provides Bss Open Api Product available to the user.What is Product

NOTE: Available since v1.195.0.

Return

A collection of values returned by getOpenApiProducts.

Parameters

argument

A collection of arguments for invoking getOpenApiProducts.


suspend fun getOpenApiProducts(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null): GetOpenApiProductsResult

Return

A collection of values returned by getOpenApiProducts.

Parameters

ids

A list of product IDs.

nameRegex

A regex string to filter results by Product name.

outputFile

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

See also


Return

A collection of values returned by getOpenApiProducts.

Parameters

argument

Builder for com.pulumi.alicloud.bss.kotlin.inputs.GetOpenApiProductsPlainArgs.

See also