Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ScanEc2InstanceWithFindings

import type { ScanEc2InstanceWithFindings } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Describes whether Malware Protection for EC2 instances with findings will be enabled as a data source.

interface ScanEc2InstanceWithFindings {
EbsVolumes?: boolean | null;
}

§Properties

§
EbsVolumes?: boolean | null
[src]

Describes the configuration for scanning EBS volumes as data source.