AWS CloudWatch · Schema

ListTagsForResourceInput

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Properties

Name Type Description
ResourceARN string The ARN of the CloudWatch resource that you want to view tags for.
View JSON Schema on GitHub

JSON Schema

cloudwatch-list-tags-for-resource-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListTagsForResourceInput",
  "type": "object",
  "properties": {
    "ResourceARN": {
      "type": "string",
      "description": "The ARN of the CloudWatch resource that you want to view tags for."
    }
  }
}