Amazon GuardDuty · JSON Structure

Guardduty Organization Malware Protection Configuration Structure

Organization-wide Malware Protection configurations.

Type: object Properties: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

OrganizationMalwareProtectionConfiguration 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

ScanEc2InstanceWithFindings

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-organization-malware-protection-configuration-structure.json",
  "name": "OrganizationMalwareProtectionConfiguration",
  "description": "Organization-wide Malware Protection configurations.",
  "type": "object",
  "properties": {
    "ScanEc2InstanceWithFindings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationScanEc2InstanceWithFindings"
        },
        {
          "xml": {
            "name": "scanEc2InstanceWithFindings"
          },
          "description": "Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members joining the organization."
        }
      ]
    }
  }
}