Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics Sample Data S3 Source Config Structure

Contains information about the source configuration in Amazon S3.

Type: object Properties: 4 Required: 2
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

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

Properties

RoleArn TemplatedPathList HistoricalDataPathList FileFormatDescriptor

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-sample-data-s3-source-config-structure.json",
  "name": "SampleDataS3SourceConfig",
  "description": "Contains information about the source configuration in Amazon S3.",
  "type": "object",
  "properties": {
    "RoleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the role."
        }
      ]
    },
    "TemplatedPathList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplatedPathList"
        },
        {
          "description": "An array of strings containing the list of templated paths."
        }
      ]
    },
    "HistoricalDataPathList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HistoricalDataPathList"
        },
        {
          "description": "An array of strings containing the historical set of data paths."
        }
      ]
    },
    "FileFormatDescriptor": {
      "$ref": "#/components/schemas/FileFormatDescriptor"
    }
  },
  "required": [
    "RoleArn",
    "FileFormatDescriptor"
  ]
}