Amazon App Mesh · Schema

ListRoutesOutput

MicroservicesNetworkingService Mesh

Properties

Name Type Description
nextToken object
routes object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-listroutesoutput-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListRoutesOutput",
  "description": "<zonbook></zonbook><xhtml></xhtml>",
  "type": "object",
  "properties": {
    "nextToken": {},
    "routes": {}
  },
  "required": [
    "routes"
  ]
}