Application Discovery Service Describe Tags Response Example

production

Application Discovery Service Describe Tags Response Example is an example object payload from Amazon Application Discovery Service, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

tagsnextToken

Example Payload

Raw ↑
{
  "tags": [
    {
      "configurationType": "SERVER",
      "configurationId": "d-SERVER-500456",
      "key": "environment",
      "value": "production",
      "timeOfCreation": "2026-04-19T10:00:00Z"
    }
  ],
  "nextToken": ""
}