Amazon App Mesh · Schema

RouteData

An object that represents a route returned by a describe operation.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
meshName object
metadata object
routeName object
spec object
status object
virtualRouterName object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-routedata-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RouteData",
  "description": "An object that represents a route returned by a describe operation.",
  "type": "object",
  "properties": {
    "meshName": {},
    "metadata": {},
    "routeName": {},
    "spec": {},
    "status": {},
    "virtualRouterName": {}
  },
  "required": [
    "meshName",
    "metadata",
    "routeName",
    "spec",
    "status",
    "virtualRouterName"
  ]
}