DetectedMetricSource

An inferred data source.

Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

Properties

Name Type Description
S3SourceConfig object
View JSON Schema on GitHub

JSON Schema

amazon-lookout-for-metrics-detected-metric-source-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-metrics/refs/heads/main/json-schema/amazon-lookout-for-metrics-detected-metric-source-schema.json",
  "title": "DetectedMetricSource",
  "description": "An inferred data source.",
  "type": "object",
  "properties": {
    "S3SourceConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DetectedS3SourceConfig"
        },
        {
          "description": "The data source's source configuration."
        }
      ]
    }
  }
}