Amazon App Mesh · Schema

VirtualServiceProvider

An object that represents the provider for a virtual service.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
virtualNode object
virtualRouter object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-virtualserviceprovider-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualServiceProvider",
  "description": "An object that represents the provider for a virtual service.",
  "type": "object",
  "properties": {
    "virtualNode": {},
    "virtualRouter": {}
  }
}