Amazon GuardDuty · Schema

OrganizationScanEc2InstanceWithFindings

Organization-wide EC2 instances with findings scan configuration.

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
EbsVolumes object
View JSON Schema on GitHub

JSON Schema

guardduty-organization-scan-ec2-instance-with-findings-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-organization-scan-ec2-instance-with-findings-schema.json",
  "title": "OrganizationScanEc2InstanceWithFindings",
  "description": "Organization-wide EC2 instances with findings scan configuration.",
  "type": "object",
  "properties": {
    "EbsVolumes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationEbsVolumes"
        },
        {
          "xml": {
            "name": "ebsVolumes"
          },
          "description": "Whether scanning EBS volumes should be auto-enabled for new members joining the organization."
        }
      ]
    }
  }
}