Amazon GuardDuty · JSON Structure

Guardduty Remote Port Details Structure

Contains information about the remote port.

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

RemotePortDetails 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

Port PortName

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-remote-port-details-structure.json",
  "name": "RemotePortDetails",
  "description": "Contains information about the remote port.",
  "type": "object",
  "properties": {
    "Port": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "xml": {
            "name": "port"
          },
          "description": "The port number of the remote connection."
        }
      ]
    },
    "PortName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "portName"
          },
          "description": "The port name of the remote connection."
        }
      ]
    }
  }
}