Amazon CloudWatch · Example Payload

Cloudwatch Metric Example

CloudWatchMonitoringObservabilityMetricsLogs

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

Top-level fields

namespacemetricNamedimensions

Example Payload

Raw ↑
{
  "namespace": "example-resource",
  "metricName": "example-resource",
  "dimensions": [
    {
      "name": "example-resource",
      "value": "example-value"
    }
  ]
}