Amazon GuardDuty · JSON Structure

Guardduty Addon Details Structure

Information about the installed EKS add-on (GuardDuty security agent).

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

AddonDetails 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

AddonVersion AddonStatus

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-addon-details-structure.json",
  "name": "AddonDetails",
  "description": "Information about the installed EKS add-on (GuardDuty security agent).",
  "type": "object",
  "properties": {
    "AddonVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "addonVersion"
          },
          "description": "Version of the installed EKS add-on."
        }
      ]
    },
    "AddonStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "addonStatus"
          },
          "description": "Status of the installed EKS add-on."
        }
      ]
    }
  }
}