Amazon GuardDuty · Schema

OrganizationEbsVolumesResult

An object that contains information on the status of whether EBS volumes scanning will be enabled as a data source for an organization.

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
AutoEnable object
View JSON Schema on GitHub

JSON Schema

guardduty-organization-ebs-volumes-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-ebs-volumes-result-schema.json",
  "title": "OrganizationEbsVolumesResult",
  "description": "An object that contains information on the status of whether EBS volumes scanning will be enabled as a data source for an organization.",
  "type": "object",
  "properties": {
    "AutoEnable": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "xml": {
            "name": "autoEnable"
          },
          "description": "An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the organization."
        }
      ]
    }
  }
}