AWS App Mesh · Schema

DescribeMeshOutput

DeprecatedEnvoyMicroservicesNetworkingService Mesh

Properties

Name Type Description
mesh object
View JSON Schema on GitHub

JSON Schema

app-mesh-describe-mesh-output-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "mesh": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MeshData"
        },
        {
          "description": "The full description of your service mesh."
        }
      ]
    }
  },
  "required": [
    "mesh"
  ],
  "description": "<zonbook></zonbook><xhtml></xhtml>",
  "$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-describe-mesh-output-schema.json",
  "title": "DescribeMeshOutput"
}