AWS App Mesh · JSON Structure

App Mesh List Meshes Output Structure

Type: object Properties: 2 Required: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

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

Properties

meshes nextToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "meshes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MeshList"
        },
        {
          "description": "The list of existing service meshes."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The <code>nextToken</code> value to include in a future <code>ListMeshes</code> request. When the results of a <code>ListMeshes</code> request exceed <code>limit</code>, you can use this value to retrieve the next page of results. This value is <code>null</code> when there are no more results to return."
        }
      ]
    }
  },
  "required": [
    "meshes"
  ],
  "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-list-meshes-output-structure.json",
  "name": "ListMeshesOutput"
}