Amazon App Mesh · Schema

MeshServiceDiscovery

An object that represents the service discovery information for a service mesh.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
ipPreference object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-meshservicediscovery-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MeshServiceDiscovery",
  "description": "An object that represents the service discovery information for a service mesh.",
  "type": "object",
  "properties": {
    "ipPreference": {}
  }
}