Amazon GuardDuty · Schema

CoverageResourceDetails

Information about the resource for each individual EKS cluster.

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
EksClusterDetails object
ResourceType object
View JSON Schema on GitHub

JSON Schema

guardduty-coverage-resource-details-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-resource-details-schema.json",
  "title": "CoverageResourceDetails",
  "description": "Information about the resource for each individual EKS cluster.",
  "type": "object",
  "properties": {
    "EksClusterDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CoverageEksClusterDetails"
        },
        {
          "xml": {
            "name": "eksClusterDetails"
          },
          "description": "EKS cluster details involved in the coverage statistics."
        }
      ]
    },
    "ResourceType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceType"
        },
        {
          "xml": {
            "name": "resourceType"
          },
          "description": "The type of Amazon Web Services resource."
        }
      ]
    }
  }
}