Amazon GuardDuty · Schema

CoverageFilterCriterion

Represents a condition that when matched will be added to the response of the operation.

Anomaly DetectionComplianceMachine-LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
CriterionKey object
FilterCondition object
View JSON Schema on GitHub

JSON Schema

guardduty-coverage-filter-criterion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-coverage-filter-criterion-schema.json",
  "title": "CoverageFilterCriterion",
  "description": "Represents a condition that when matched will be added to the response of the operation.",
  "type": "object",
  "properties": {
    "CriterionKey": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CoverageFilterCriterionKey"
        },
        {
          "xml": {
            "name": "criterionKey"
          },
          "description": "An enum value representing possible filter fields."
        }
      ]
    },
    "FilterCondition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CoverageFilterCondition"
        },
        {
          "xml": {
            "name": "filterCondition"
          },
          "description": "Contains information about the condition."
        }
      ]
    }
  }
}