Amazon Cloud Map · Example Payload

Cloud Map Service Example

Cloud MapService DiscoveryMicroservicesDNS

Cloud Map Service Example is an example object payload from Amazon Cloud Map, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdArnNameNamespaceIdDescriptionInstanceCount

Example Payload

Raw ↑
{
  "Id": "svc-abc12345",
  "Arn": "arn:aws:servicediscovery:us-east-1:123456789012:service/svc-abc12345",
  "Name": "payment-service",
  "NamespaceId": "svc-abc12345",
  "Description": "example-value",
  "InstanceCount": 10
}