Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics Auto Detection S3 Source Config Structure

An auto detection source config.

Type: object Properties: 2
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

AutoDetectionS3SourceConfig is a JSON Structure definition published by Amazon Lookout for Metrics, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

TemplatedPathList HistoricalDataPathList

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-metrics/refs/heads/main/json-structure/amazon-lookout-for-metrics-auto-detection-s3-source-config-structure.json",
  "name": "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."
        }
      ]
    }
  }
}