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-putmetricstreamoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PutMetricStreamOutput",
  "title": "PutMetricStreamOutput",
  "type": "object",
  "properties": {
    "Arn": {
      "type": "string",
      "description": "The ARN of the metric stream.",
      "example": "example_value"
    }
  }
}