Amazon GuardDuty · JSON Structure

Guardduty Service Additional Info Structure

Additional information about the generated finding.

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

ServiceAdditionalInfo 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

Value Type

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-service-additional-info-structure.json",
  "name": "ServiceAdditionalInfo",
  "description": "Additional information about the generated finding.",
  "type": "object",
  "properties": {
    "Value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "value"
          },
          "description": "This field specifies the value of the additional information."
        }
      ]
    },
    "Type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "type"
          },
          "description": "Describes the type of the additional information."
        }
      ]
    }
  }
}