Amazon App Mesh · Schema

MeshSpec

An object that represents the specification of a service mesh.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
egressFilter object
serviceDiscovery object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-meshspec-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MeshSpec",
  "description": "An object that represents the specification of a service mesh.",
  "type": "object",
  "properties": {
    "egressFilter": {},
    "serviceDiscovery": {
      "$ref": "#/definitions/MeshServiceDiscovery"
    }
  }
}