getServiceMeshes

This data source provides the Service Mesh Service Meshes of the current Alibaba Cloud user.

NOTE: Available since v1.138.0.

Return

A collection of values returned by getServiceMeshes.

Parameters

argument

A collection of arguments for invoking getServiceMeshes.


suspend fun getServiceMeshes(enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null): GetServiceMeshesResult

Return

A collection of values returned by getServiceMeshes.

Parameters

enableDetails

Whether to query the detailed list of resource attributes. Default value: false.

ids

A list of Service Mesh IDs.

nameRegex

A regex string to filter results by Service Mesh name.

outputFile

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

status

The status of the Service Mesh. Valid values: running, initial.

See also


Return

A collection of values returned by getServiceMeshes.

Parameters

argument

Builder for com.pulumi.alicloud.servicemesh.kotlin.inputs.GetServiceMeshesPlainArgs.

See also