get Service Meshes
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
enable Details
Whether to query the detailed list of resource attributes. Default value: false
.
ids
A list of Service Mesh IDs.
name Regex
A regex string to filter results by Service Mesh name.
output File
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
suspend fun getServiceMeshes(argument: suspend GetServiceMeshesPlainArgsBuilder.() -> Unit): GetServiceMeshesResult
Return
A collection of values returned by getServiceMeshes.
Parameters
argument
Builder for com.pulumi.alicloud.servicemesh.kotlin.inputs.GetServiceMeshesPlainArgs.