AWS App Mesh · Schema

VirtualServiceSpec

An object that represents the specification of a virtual service.

DeprecatedEnvoyMicroservicesNetworkingService Mesh

Properties

Name Type Description
provider object
View JSON Schema on GitHub

JSON Schema

app-mesh-virtual-service-spec-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "provider": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VirtualServiceProvider"
        },
        {
          "description": "The App Mesh object that is acting as the provider for a virtual service. You can specify a single virtual node or virtual router."
        }
      ]
    }
  },
  "description": "An object that represents the specification of a virtual service.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-virtual-service-spec-schema.json",
  "title": "VirtualServiceSpec"
}