AthenaS3ResultsPath

AthenaS3ResultsPath schema from Amazon Lookout for Metrics API

Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring
View JSON Schema on GitHub

JSON Schema

amazon-lookout-for-metrics-athena-s3-results-path-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-athena-s3-results-path-schema.json",
  "title": "AthenaS3ResultsPath",
  "description": "AthenaS3ResultsPath schema from Amazon Lookout for Metrics API",
  "type": "string",
  "pattern": "^s3://[a-z0-9].+$",
  "maxLength": 1024
}