Amazon GuardDuty · JSON Structure

Guardduty Unprocessed Data Sources Result Structure

Specifies the names of the data sources that couldn't be enabled.

Type: object Properties: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

UnprocessedDataSourcesResult 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

MalwareProtection

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-unprocessed-data-sources-result-structure.json",
  "name": "UnprocessedDataSourcesResult",
  "description": "Specifies the names of the data sources that couldn't be enabled.",
  "type": "object",
  "properties": {
    "MalwareProtection": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MalwareProtectionConfigurationResult"
        },
        {
          "xml": {
            "name": "malwareProtection"
          }
        }
      ]
    }
  }
}