Amazon GuardDuty · Schema

OrganizationScanEc2InstanceWithFindingsResult

An object that contains information on the status of scanning EC2 instances with findings for an organization.

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
EbsVolumes object
View JSON Schema on GitHub

JSON Schema

guardduty-organization-scan-ec2-instance-with-findings-result-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-result-schema.json",
  "title": "OrganizationScanEc2InstanceWithFindingsResult",
  "description": "An object that contains information on the status of scanning EC2 instances with findings for an organization.",
  "type": "object",
  "properties": {
    "EbsVolumes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationEbsVolumesResult"
        },
        {
          "xml": {
            "name": "ebsVolumes"
          },
          "description": "Describes the configuration for scanning EBS volumes for an organization."
        }
      ]
    }
  }
}