AWS CloudWatch · JSON Structure

Cloudwatch Metric Stream Entry Structure

Type: object Properties: 7
AlarmsAwsDashboardsLogsMetricsMonitoringObservability

MetricStreamEntry is a JSON Structure definition published by AWS CloudWatch, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Arn CreationDate LastUpdateDate Name FirehoseArn State OutputFormat

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MetricStreamEntry",
  "type": "object",
  "properties": {
    "Arn": {
      "type": "string"
    },
    "CreationDate": {
      "type": "string"
    },
    "LastUpdateDate": {
      "type": "string"
    },
    "Name": {
      "type": "string"
    },
    "FirehoseArn": {
      "type": "string"
    },
    "State": {
      "type": "string"
    },
    "OutputFormat": {
      "type": "string"
    }
  }
}