Amazon App Mesh · Schema

GatewayRouteData

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

MicroservicesNetworkingService Mesh

Properties

Name Type Description
gatewayRouteName object
meshName object
metadata object
spec object
status object
virtualGatewayName object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-gatewayroutedata-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GatewayRouteData",
  "description": "An object that represents a gateway route returned by a describe operation.",
  "type": "object",
  "properties": {
    "gatewayRouteName": {},
    "meshName": {},
    "metadata": {
      "$ref": "#/definitions/ResourceMetadata"
    },
    "spec": {},
    "status": {},
    "virtualGatewayName": {}
  },
  "required": [
    "gatewayRouteName",
    "meshName",
    "metadata",
    "spec",
    "status",
    "virtualGatewayName"
  ]
}