Amazon GuardDuty · JSON Structure

Guardduty Malware Protection Configuration Result Structure

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

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

MalwareProtectionConfigurationResult 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

ScanEc2InstanceWithFindings ServiceRole

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-malware-protection-configuration-result-structure.json",
  "name": "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."
        }
      ]
    }
  }
}