Amazon App Mesh · Schema

DeleteGatewayRouteOutput

MicroservicesNetworkingService Mesh

Properties

Name Type Description
gatewayRoute object
View JSON Schema on GitHub

JSON Schema

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