Amazon GuardDuty · JSON Structure

Guardduty Private Ip Address Details Structure

Contains other private IP address information of the EC2 instance.

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

PrivateIpAddressDetails 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

PrivateDnsName PrivateIpAddress

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-private-ip-address-details-structure.json",
  "name": "PrivateIpAddressDetails",
  "description": "Contains other private IP address information of the EC2 instance.",
  "type": "object",
  "properties": {
    "PrivateDnsName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "privateDnsName"
          },
          "description": "The private DNS name of the EC2 instance."
        }
      ]
    },
    "PrivateIpAddress": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "privateIpAddress"
          },
          "description": "The private IP address of the EC2 instance."
        }
      ]
    }
  }
}