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-listtagsforresourceinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListTagsForResourceInput",
  "title": "ListTagsForResourceInput",
  "type": "object",
  "required": [
    "ResourceARN"
  ],
  "properties": {
    "ResourceARN": {
      "type": "string",
      "minLength": 1,
      "maxLength": 1024,
      "description": "The ARN of the CloudWatch resource that you want to view tags for.",
      "example": "example_value"
    }
  }
}