Amazon GuardDuty · Schema

ScanEc2InstanceWithFindingsResult

An object that contains information on the status of whether Malware Protection for EC2 instances with findings will be enabled as a data source.

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
EbsVolumes object
View JSON Schema on GitHub

JSON Schema

guardduty-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-scan-ec2-instance-with-findings-result-schema.json",
  "title": "ScanEc2InstanceWithFindingsResult",
  "description": "An object that contains information on the status of whether Malware Protection for EC2 instances with findings will be enabled as a data source.",
  "type": "object",
  "properties": {
    "EbsVolumes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EbsVolumesResult"
        },
        {
          "xml": {
            "name": "ebsVolumes"
          },
          "description": "Describes the configuration of scanning EBS volumes as a data source."
        }
      ]
    }
  }
}