Amazon GuardDuty · JSON Structure

Guardduty Organization Malware Protection Configuration Result Structure

An object that contains information on the status of all Malware Protection data source for an organization.

Type: object Properties: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

OrganizationMalwareProtectionConfigurationResult 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-result-structure.json",
  "name": "OrganizationMalwareProtectionConfigurationResult",
  "description": "An object that contains information on the status of all Malware Protection data source for an organization.",
  "type": "object",
  "properties": {
    "ScanEc2InstanceWithFindings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationScanEc2InstanceWithFindingsResult"
        },
        {
          "xml": {
            "name": "scanEc2InstanceWithFindings"
          },
          "description": "Describes the configuration for scanning EC2 instances with findings for an organization."
        }
      ]
    }
  }
}