AWS CloudWatch · Schema

ListTagsForResourceOutput

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Properties

Name Type Description
Tags array The list of tag keys and values associated with the resource you specified.
View JSON Schema on GitHub

JSON Schema

cloudwatch-list-tags-for-resource-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListTagsForResourceOutput",
  "type": "object",
  "properties": {
    "Tags": {
      "type": "array",
      "description": "The list of tag keys and values associated with the resource you specified."
    }
  }
}