AWS CloudWatch · Example Payload

Cloudwatch Metric Stream Entry Example

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

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

Top-level fields

ArnCreationDateLastUpdateDateNameFirehoseArnStateOutputFormat

Example Payload

Raw ↑
{
  "Arn": "example_value",
  "CreationDate": "example_value",
  "LastUpdateDate": "example_value",
  "Name": "Example Title",
  "FirehoseArn": "example_value",
  "State": "example_value",
  "OutputFormat": "example_value"
}