AutoDetectionS3SourceConfig

An auto detection source config.

Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

Properties

Name Type Description
TemplatedPathList object
HistoricalDataPathList object
View JSON Schema on GitHub

JSON Schema

amazon-lookout-for-metrics-auto-detection-s3-source-config-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-auto-detection-s3-source-config-schema.json",
  "title": "AutoDetectionS3SourceConfig",
  "description": "An auto detection source config.",
  "type": "object",
  "properties": {
    "TemplatedPathList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplatedPathList"
        },
        {
          "description": "The config's templated path list."
        }
      ]
    },
    "HistoricalDataPathList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HistoricalDataPathList"
        },
        {
          "description": "The config's historical data path list."
        }
      ]
    }
  }
}