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

MalwareProtectionConfigurationResult

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

An object that contains information on the status of all Malware Protection data sources.

interface MalwareProtectionConfigurationResult {
ScanEc2InstanceWithFindings?: ScanEc2InstanceWithFindingsResult | null;
ServiceRole?: string | null;
}

§Properties

§
ScanEc2InstanceWithFindings?: ScanEc2InstanceWithFindingsResult | null
[src]

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

§
ServiceRole?: string | null
[src]

The GuardDuty Malware Protection service role.