AWS App Mesh · JSON Structure

App Mesh Service Discovery Structure

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

Type: object Properties: 2
DeprecatedEnvoyMicroservicesNetworkingService Mesh

ServiceDiscovery is a JSON Structure definition published by AWS App Mesh, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

awsCloudMap dns

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "awsCloudMap": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AwsCloudMapServiceDiscovery"
        },
        {
          "description": "Specifies any Cloud Map information for the virtual node."
        }
      ]
    },
    "dns": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DnsServiceDiscovery"
        },
        {
          "description": "Specifies the DNS information for the virtual node."
        }
      ]
    }
  },
  "description": "An object that represents the service discovery information for a virtual node.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-service-discovery-structure.json",
  "name": "ServiceDiscovery"
}