Amazon GuardDuty · JSON Structure

Guardduty Coverage Sort Criteria Structure

Information about the sorting criteria used in the coverage statistics.

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

CoverageSortCriteria 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

AttributeName OrderBy

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-sort-criteria-structure.json",
  "name": "CoverageSortCriteria",
  "description": "Information about the sorting criteria used in the coverage statistics.",
  "type": "object",
  "properties": {
    "AttributeName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CoverageSortKey"
        },
        {
          "xml": {
            "name": "attributeName"
          },
          "description": "Represents the field name used to sort the coverage details."
        }
      ]
    },
    "OrderBy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrderBy"
        },
        {
          "xml": {
            "name": "orderBy"
          },
          "description": "The order in which the sorted findings are to be displayed."
        }
      ]
    }
  }
}