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-listtagsforresourceoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListTagsForResourceOutput",
  "title": "ListTagsForResourceOutput",
  "type": "object",
  "properties": {
    "Tags": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Tag"
      },
      "description": "The list of tag keys and values associated with the resource you specified.",
      "example": []
    }
  }
}