ServiceMesh

Provides a Service Mesh Service Mesh resource. For information about Service Mesh Service Mesh and how to use it, see What is Service Mesh.

NOTE: Available in v1.138.0+.

Import

Service Mesh Service Mesh can be imported using the id, e.g.

$ pulumi import alicloud:servicemesh/serviceMesh:ServiceMesh example <id>

Properties

Link copied to clipboard
val clusterIds: Output<List<String>>

The array of the cluster ids.

Link copied to clipboard
val clusterSpec: Output<String>

The service mesh instance specification. Valid values: standard,enterprise,ultimate.

Link copied to clipboard
val edition: Output<String>

The type of the resource. Valid values: Default and Pro. Default:the standard. Pro:the Pro version.

Link copied to clipboard

The configurations of additional features for the ASM instance. See the following Block extra_configuration.

Link copied to clipboard
val force: Output<Boolean>?

This parameter is used for resource destroy. Default value is false.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The configuration of the Load Balancer. See the following Block load_balancer.

Link copied to clipboard

The configuration of the Service grid. See the following Block mesh_config.

Link copied to clipboard

The network configuration of the Service grid. See the following Block network.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val serviceMeshName: Output<String>

The name of the resource.

Link copied to clipboard
val status: Output<String>

The status of the resource. Valid values: running or initial.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val version: Output<String>

The version of the resource. you can look up the version using alicloud.servicemesh.getVersions. Note: The version supports updating from v1.170.0, the relevant version can be obtained via istio_operator_version in alicloud.servicemesh.getServiceMeshes.