{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AwsCloudMapInstanceAttribute", "description": "

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

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

", "type": "object", "properties": { "key": {}, "value": {} }, "required": [ "key", "value" ] }