AWS App Mesh · JSON Structure

App Mesh List Virtual Routers Output Structure

Type: object Properties: 2 Required: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

ListVirtualRoutersOutput 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

nextToken virtualRouters

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The <code>nextToken</code> value to include in a future <code>ListVirtualRouters</code> request. When the results of a <code>ListVirtualRouters</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."
        }
      ]
    },
    "virtualRouters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VirtualRouterList"
        },
        {
          "description": "The list of existing virtual routers for the specified service mesh."
        }
      ]
    }
  },
  "required": [
    "virtualRouters"
  ],
  "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-virtual-routers-output-structure.json",
  "name": "ListVirtualRoutersOutput"
}