AWS App Mesh · JSON Structure

App Mesh Virtual Service Data Structure

An object that represents a virtual service returned by a describe operation.

Type: object Properties: 5 Required: 5
DeprecatedEnvoyMicroservicesNetworkingService Mesh

VirtualServiceData is a JSON Structure definition published by AWS App Mesh, describing 5 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

meshName metadata spec status virtualServiceName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "meshName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceName"
        },
        {
          "description": "The name of the service mesh that the virtual service resides in."
        }
      ]
    },
    "metadata": {
      "type": "object",
      "properties": {
        "arn": {
          "allOf": [
            {
              "$ref": "#/components/schemas/Arn"
            },
            {
              "description": "The full Amazon Resource Name (ARN) for the resource."
            }
          ]
        },
        "createdAt": {
          "allOf": [
            {
              "$ref": "#/components/schemas/Timestamp"
            },
            {
              "description": "The Unix epoch timestamp in seconds for when the resource was created."
            }
          ]
        },
        "lastUpdatedAt": {
          "allOf": [
            {
              "$ref": "#/components/schemas/Timestamp"
            },
            {
              "description": "The Unix epoch timestamp in seconds for when the resource was last updated."
            }
          ]
        },
        "meshOwner": {
          "allOf": [
            {
              "$ref": "#/components/schemas/AccountId"
            },
            {
              "description": "The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>."
            }
          ]
        },
        "resourceOwner": {
          "allOf": [
            {
              "$ref": "#/components/schemas/AccountId"
            },
            {
              "description": "The Amazon Web Services IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see <a href=\"https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html\">Working with shared meshes</a>."
            }
          ]
        },
        "uid": {
          "allOf": [
            {
              "$ref": "#/components/schemas/String"
            },
            {
              "description": "The unique identifier for the resource."
            }
          ]
        },
        "version": {
          "allOf": [
            {
              "$ref": "#/components/schemas/Long"
            },
            {
              "description": "The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated."
            }
          ]
        }
      },
      "required": [
        "arn",
        "createdAt",
        "lastUpdatedAt",
        "meshOwner",
        "resourceOwner",
        "uid",
        "version"
      ],
      "description": "An object that represents metadata for a resource."
    },
    "spec": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VirtualServiceSpec"
        },
        {
          "description": "The specifications of the virtual service."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VirtualServiceStatus"
        },
        {
          "description": "The current status of the virtual service."
        }
      ]
    },
    "virtualServiceName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServiceName"
        },
        {
          "description": "The name of the virtual service."
        }
      ]
    }
  },
  "required": [
    "meshName",
    "metadata",
    "spec",
    "status",
    "virtualServiceName"
  ],
  "description": "An object that represents a virtual service returned by a describe operation.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-virtual-service-data-structure.json",
  "name": "VirtualServiceData"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/app-mesh-virtual-service-data-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.