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

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.

", "type": "object", "properties": { "attributes": {}, "ipPreference": {}, "namespaceName": {}, "serviceName": {} }, "required": [ "namespaceName", "serviceName" ] }