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

ScanEc2InstanceWithFindingsResult

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

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

interface ScanEc2InstanceWithFindingsResult {
EbsVolumes?: EbsVolumesResult | null;
}

§Properties

§
EbsVolumes?: EbsVolumesResult | null
[src]

Describes the configuration of scanning EBS volumes as a data source.