AWS CloudWatch · Example Payload

Cloudwatch Tagresource Example

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Cloudwatch Tagresource Example is an example object payload from AWS CloudWatch, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "TagResource",
  "method": "POST",
  "path": "/#TagResource",
  "summary": "Aws Cloudwatch Assign Tags to a Cloudwatch Resource",
  "requestExamples": [
    {
      "contentType": "application/x-www-form-urlencoded",
      "name": "TagresourceRequestExample",
      "example": {
        "ResourceARN": "example_value",
        "Tags": [
          {
            "Key": "example_value",
            "Value": "example_value"
          }
        ]
      }
    }
  ],
  "responseExamples": []
}