Amazon GuardDuty · JSON Structure

Guardduty Runtime Details Structure

Information about the process and any required context values for a specific finding.

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

RuntimeDetails 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

Process Context

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-runtime-details-structure.json",
  "name": "RuntimeDetails",
  "description": "Information about the process and any required context values for a specific finding.",
  "type": "object",
  "properties": {
    "Process": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProcessDetails"
        },
        {
          "xml": {
            "name": "process"
          },
          "description": "Information about the observed process."
        }
      ]
    },
    "Context": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuntimeContext"
        },
        {
          "xml": {
            "name": "context"
          },
          "description": "Additional information about the suspicious activity."
        }
      ]
    }
  }
}