Amazon GuardDuty · JSON Structure

Guardduty Organization Scan Ec2 Instance With Findings Structure

Organization-wide EC2 instances with findings scan configuration.

Type: object Properties: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

OrganizationScanEc2InstanceWithFindings 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

EbsVolumes

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-scan-ec2-instance-with-findings-structure.json",
  "name": "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."
        }
      ]
    }
  }
}