AWS CloudWatch · Schema

PutMetricStreamOutput

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Properties

Name Type Description
Arn string The ARN of the metric stream.
View JSON Schema on GitHub

JSON Schema

cloudwatch-put-metric-stream-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PutMetricStreamOutput",
  "type": "object",
  "properties": {
    "Arn": {
      "type": "string",
      "description": "The ARN of the metric stream."
    }
  }
}