Amazon App Mesh · Schema

AwsCloudMapInstanceAttribute

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

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

MicroservicesNetworkingService Mesh

Properties

Name Type Description
key object
value object
View JSON Schema on GitHub

JSON Schema

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