Amazon App Mesh · Schema

AwsCloudMapServiceDiscovery

An object that represents the Cloud Map service discovery information for your virtual node.

Cloud Map is not available in the eu-south-1 Region.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
attributes object
ipPreference object
namespaceName object
serviceName object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-awscloudmapservicediscovery-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AwsCloudMapServiceDiscovery",
  "description": "<p>An object that represents the Cloud Map service discovery information for your virtual node.</p> <note> <p>Cloud Map is not available in the eu-south-1 Region.</p> </note>",
  "type": "object",
  "properties": {
    "attributes": {},
    "ipPreference": {},
    "namespaceName": {},
    "serviceName": {}
  },
  "required": [
    "namespaceName",
    "serviceName"
  ]
}