Amazon GuardDuty · Schema

MalwareProtectionConfigurationResult

An object that contains information on the status of all Malware Protection data sources.

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
ScanEc2InstanceWithFindings object
ServiceRole object
View JSON Schema on GitHub

JSON Schema

guardduty-malware-protection-configuration-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-malware-protection-configuration-result-schema.json",
  "title": "MalwareProtectionConfigurationResult",
  "description": "An object that contains information on the status of all Malware Protection data sources.",
  "type": "object",
  "properties": {
    "ScanEc2InstanceWithFindings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ScanEc2InstanceWithFindingsResult"
        },
        {
          "xml": {
            "name": "scanEc2InstanceWithFindings"
          },
          "description": "Describes the configuration of Malware Protection for EC2 instances with findings."
        }
      ]
    },
    "ServiceRole": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "serviceRole"
          },
          "description": "The GuardDuty Malware Protection service role."
        }
      ]
    }
  }
}