Amazon GuardDuty · JSON Structure

Guardduty Host Path Structure

Represents a pre-existing file or directory on the host machine that the volume maps to.

Type: object Properties: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

HostPath 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

Path

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-host-path-structure.json",
  "name": "HostPath",
  "description": "Represents a pre-existing file or directory on the host machine that the volume maps to.",
  "type": "object",
  "properties": {
    "Path": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "path"
          },
          "description": "Path of the file or directory on the host that the volume maps to."
        }
      ]
    }
  }
}