Amazon GuardDuty · JSON Structure

Guardduty Scan Ec2 Instance With Findings Result Structure

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: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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