Amazon App Mesh · Schema

GatewayRouteVirtualService

An object that represents the virtual service that traffic is routed to.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
virtualServiceName object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-gatewayroutevirtualservice-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GatewayRouteVirtualService",
  "description": "An object that represents the virtual service that traffic is routed to.",
  "type": "object",
  "properties": {
    "virtualServiceName": {}
  },
  "required": [
    "virtualServiceName"
  ]
}