Amazon App Mesh · Schema

DescribeGatewayRouteOutput

MicroservicesNetworkingService Mesh

Properties

Name Type Description
gatewayRoute object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-describegatewayrouteoutput-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DescribeGatewayRouteOutput",
  "type": "object",
  "properties": {
    "gatewayRoute": {}
  },
  "required": [
    "gatewayRoute"
  ]
}