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

OrganizationMalwareProtectionConfigurationResult

import type { OrganizationMalwareProtectionConfigurationResult } 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 source for an organization.

interface OrganizationMalwareProtectionConfigurationResult {
ScanEc2InstanceWithFindings?: OrganizationScanEc2InstanceWithFindingsResult | null;
}

§Properties

§
ScanEc2InstanceWithFindings?: OrganizationScanEc2InstanceWithFindingsResult | null
[src]

Describes the configuration for scanning EC2 instances with findings for an organization.