get Open Api Products
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.
See also
Parameters
ids
name Regex
output File
suspend fun getOpenApiProducts(argument: suspend GetOpenApiProductsPlainArgsBuilder.() -> Unit): GetOpenApiProductsResult
Return
A collection of values returned by getOpenApiProducts.
See also
Parameters
argument
Builder for com.pulumi.alicloud.bss.kotlin.inputs.GetOpenApiProductsPlainArgs.