ListTagsForResourceResponse

ListTagsForResourceResponse schema from Amazon Managed Service for Prometheus API

ContainersMonitoringObservabilityPrometheus

Properties

Name Type Description
tags object
View JSON Schema on GitHub

JSON Schema

amazon-managed-prometheus-list-tags-for-resource-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-prometheus/refs/heads/main/json-schema/amazon-managed-prometheus-list-tags-for-resource-response-schema.json",
  "title": "ListTagsForResourceResponse",
  "description": "ListTagsForResourceResponse schema from Amazon Managed Service for Prometheus API",
  "type": "object",
  "properties": {
    "tags": {
      "$ref": "#/components/schemas/TagMap"
    }
  }
}