Application Discovery Service Delete Tags Request Example

production

Application Discovery Service Delete Tags Request 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

configurationIdstags

Example Payload

Raw ↑
{
  "configurationIds": [
    "d-SERVER-500456"
  ],
  "tags": [
    {
      "key": "environment",
      "value": "production"
    }
  ]
}