Amazon Cloud Map · Example Payload

Cloud Map Namespace Example

Cloud MapService DiscoveryMicroservicesDNS

Cloud Map Namespace 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

IdArnNameTypeDescriptionCreateDate

Example Payload

Raw ↑
{
  "Id": "svc-abc12345",
  "Arn": "arn:aws:servicediscovery:us-east-1:123456789012:service/svc-abc12345",
  "Name": "payment-service",
  "Type": "DNS_PUBLIC",
  "Description": "example-value",
  "CreateDate": "2025-03-15T14:30:00Z"
}