Amazon GuardDuty · JSON Structure

Guardduty Coverage Filter Criterion Structure

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

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

CoverageFilterCriterion is a JSON Structure definition published by Amazon GuardDuty, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CriterionKey FilterCondition

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-guardduty/refs/heads/main/json-structure/guardduty-coverage-filter-criterion-structure.json",
  "name": "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."
        }
      ]
    }
  }
}