Amazon GuardDuty · JSON Structure

Guardduty Get Coverage Statistics Response Structure

GetCoverageStatisticsResponse schema from Amazon GuardDuty API

Type: object Properties: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

CoverageStatistics

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-get-coverage-statistics-response-structure.json",
  "name": "GetCoverageStatisticsResponse",
  "description": "GetCoverageStatisticsResponse schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "CoverageStatistics": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CoverageStatistics"
        },
        {
          "xml": {
            "name": "coverageStatistics"
          },
          "description": "Represents the count aggregated by the <code>statusCode</code> and <code>resourceType</code>."
        }
      ]
    }
  }
}