AWS App Mesh · JSON Structure

App Mesh List Virtual Gateways Output Structure

ListVirtualGatewaysOutput schema from AWS App Mesh

Type: object Properties: 2 Required: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

ListVirtualGatewaysOutput 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 virtualGateways

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>ListVirtualGateways</code> request. When the results of a <code>ListVirtualGateways</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."
        }
      ]
    },
    "virtualGateways": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VirtualGatewayList"
        },
        {
          "description": "The list of existing virtual gateways for the specified service mesh."
        }
      ]
    }
  },
  "required": [
    "virtualGateways"
  ],
  "$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-gateways-output-structure.json",
  "name": "ListVirtualGatewaysOutput",
  "description": "ListVirtualGatewaysOutput schema from AWS App Mesh"
}