Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics Detect Metric Set Config Request Structure

DetectMetricSetConfigRequest schema from Amazon Lookout for Metrics API

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

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

Properties

AnomalyDetectorArn AutoDetectionMetricSource

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-detect-metric-set-config-request-structure.json",
  "name": "DetectMetricSetConfigRequest",
  "description": "DetectMetricSetConfigRequest schema from Amazon Lookout for Metrics API",
  "type": "object",
  "properties": {
    "AnomalyDetectorArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "An anomaly detector ARN."
        }
      ]
    },
    "AutoDetectionMetricSource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AutoDetectionMetricSource"
        },
        {
          "description": "A data source."
        }
      ]
    }
  },
  "required": [
    "AnomalyDetectorArn",
    "AutoDetectionMetricSource"
  ]
}