get Open Api Products
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.
name Regex
A regex string to filter results by Product name.
output File
File name where to save data source results (after running pulumi preview
).
See also
suspend fun getOpenApiProducts(argument: suspend GetOpenApiProductsPlainArgsBuilder.() -> Unit): GetOpenApiProductsResult
Return
A collection of values returned by getOpenApiProducts.
Parameters
argument
Builder for com.pulumi.alicloud.bss.kotlin.inputs.GetOpenApiProductsPlainArgs.