AWS CloudWatch · Schema

ListMetricStreamsOutput

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Properties

Name Type Description
Entries array The array of metric stream information.
NextToken string The token that marks the start of the next batch of returned results.
View JSON Schema on GitHub

JSON Schema

cloudwatch-list-metric-streams-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListMetricStreamsOutput",
  "type": "object",
  "properties": {
    "Entries": {
      "type": "array",
      "description": "The array of metric stream information."
    },
    "NextToken": {
      "type": "string",
      "description": "The token that marks the start of the next batch of returned results."
    }
  }
}