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

MalwareProtectionConfiguration

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

Describes whether Malware Protection will be enabled as a data source.

interface MalwareProtectionConfiguration {
ScanEc2InstanceWithFindings?: ScanEc2InstanceWithFindings | null;
}

§Properties

§
ScanEc2InstanceWithFindings?: ScanEc2InstanceWithFindings | null
[src]

Describes the configuration of Malware Protection for EC2 instances with findings.