Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics Athena Source Config Structure

Details about an Amazon Athena datasource.

Type: object Properties: 7
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

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

Properties

RoleArn DatabaseName DataCatalog TableName WorkGroupName S3ResultsPath BackTestConfiguration

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-athena-source-config-structure.json",
  "name": "AthenaSourceConfig",
  "description": "Details about an Amazon Athena datasource.",
  "type": "object",
  "properties": {
    "RoleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "An IAM role that gives Amazon Lookout for Metrics permission to access the data."
        }
      ]
    },
    "DatabaseName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AthenaDatabaseName"
        },
        {
          "description": "The database's name."
        }
      ]
    },
    "DataCatalog": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AthenaDataCatalog"
        },
        {
          "description": "The database's data catalog."
        }
      ]
    },
    "TableName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AthenaTableName"
        },
        {
          "description": "The database's table name."
        }
      ]
    },
    "WorkGroupName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AthenaWorkGroupName"
        },
        {
          "description": "The database's work group name."
        }
      ]
    },
    "S3ResultsPath": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AthenaS3ResultsPath"
        },
        {
          "description": "The database's results path."
        }
      ]
    },
    "BackTestConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BackTestConfiguration"
        },
        {
          "description": "Settings for backtest mode."
        }
      ]
    }
  }
}