{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-organization-malware-protection-configuration-schema.json", "title": "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." } ] } } }