AWS App Mesh · JSON Structure

App Mesh Describe Virtual Service Output Structure

Type: object Properties: 1 Required: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

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

Properties

virtualService

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "virtualService": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VirtualServiceData"
        },
        {
          "description": "The full description of your virtual service."
        }
      ]
    }
  },
  "required": [
    "virtualService"
  ],
  "description": "<zonbook></zonbook><xhtml></xhtml>",
  "$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-describe-virtual-service-output-structure.json",
  "name": "DescribeVirtualServiceOutput"
}