getChartNamespaces

This data source provides the Cr Chart Namespaces of the current Alibaba Cloud user.

NOTE: Available in v1.149.0+.

Return

A collection of values returned by getChartNamespaces.

Parameters

argument

A collection of arguments for invoking getChartNamespaces.


suspend fun getChartNamespaces(ids: List<String>? = null, instanceId: String, nameRegex: String? = null, outputFile: String? = null): GetChartNamespacesResult

Return

A collection of values returned by getChartNamespaces.

Parameters

ids

A list of matched Container Registry Enterprise Edition namespaces.

instanceId

The ID of the Container Registry instance.

nameRegex

A regex string to filter results by name space name.

outputFile

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

See also


Return

A collection of values returned by getChartNamespaces.

Parameters

argument

Builder for com.pulumi.alicloud.cr.kotlin.inputs.GetChartNamespacesPlainArgs.

See also