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

UpdateMalwareScanSettingsRequest

import type { UpdateMalwareScanSettingsRequest } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface UpdateMalwareScanSettingsRequest {
DetectorId: string;
EbsSnapshotPreservation?: EbsSnapshotPreservation | null;
ScanResourceCriteria?: ScanResourceCriteria | null;
}

§Properties

§
DetectorId: string
[src]

The unique ID of the detector that specifies the GuardDuty service where you want to update scan settings.

§
EbsSnapshotPreservation?: EbsSnapshotPreservation | null
[src]

An enum value representing possible snapshot preservation settings.

§
ScanResourceCriteria?: ScanResourceCriteria | null
[src]

Represents the criteria to be used in the filter for selecting resources to scan.