Amazon GuardDuty · JSON Structure

Guardduty Local Ip Details Structure

Contains information about the local IP address of the connection.

Type: object Properties: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

LocalIpDetails 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

IpAddressV4

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-local-ip-details-structure.json",
  "name": "LocalIpDetails",
  "description": "Contains information about the local IP address of the connection.",
  "type": "object",
  "properties": {
    "IpAddressV4": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "ipAddressV4"
          },
          "description": "The IPv4 local address of the connection."
        }
      ]
    }
  }
}