Amazon App Mesh · Schema

ServiceDiscovery

An object that represents the service discovery information for a virtual node.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
awsCloudMap object
dns object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-servicediscovery-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ServiceDiscovery",
  "description": "An object that represents the service discovery information for a virtual node.",
  "type": "object",
  "properties": {
    "awsCloudMap": {},
    "dns": {}
  }
}