Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics Filter Structure

Describes a filter for choosing a subset of dimension values. Each filter consists of the dimension that you want to include and the condition statement. The condition statement is specified in the FilterOperation object.

Type: object Properties: 2
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

Filter 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

DimensionValue FilterOperation

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-filter-structure.json",
  "name": "Filter",
  "description": "Describes a filter for choosing a subset of dimension values. Each filter consists of the dimension that you want to include and the condition statement. The condition statement is specified in the <code>FilterOperation</code> object.",
  "type": "object",
  "properties": {
    "DimensionValue": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DimensionValue"
        },
        {
          "description": "The value that you want to include in the filter."
        }
      ]
    },
    "FilterOperation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FilterOperation"
        },
        {
          "description": "The condition to apply."
        }
      ]
    }
  }
}