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

Service

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

Contains additional information about the generated finding.

interface Service {
Action?: Action | null;
AdditionalInfo?: ServiceAdditionalInfo | null;
Archived?: boolean | null;
Count?: number | null;
DetectorId?: string | null;
EbsVolumeScanDetails?: EbsVolumeScanDetails | null;
EventFirstSeen?: string | null;
EventLastSeen?: string | null;
Evidence?: Evidence | null;
FeatureName?: string | null;
ResourceRole?: string | null;
ServiceName?: string | null;
UserFeedback?: string | null;
}

§Properties

§
Action?: Action | null
[src]

Information about the activity that is described in a finding.

§
AdditionalInfo?: ServiceAdditionalInfo | null
[src]

Contains additional information about the generated finding.

§
Archived?: boolean | null
[src]

Indicates whether this finding is archived.

§
Count?: number | null
[src]

The total count of the occurrences of this finding type.

§
DetectorId?: string | null
[src]

The detector ID for the GuardDuty service.

§
EbsVolumeScanDetails?: EbsVolumeScanDetails | null
[src]

Returns details from the malware scan that created a finding.

§
EventFirstSeen?: string | null
[src]

The first-seen timestamp of the activity that prompted GuardDuty to generate this finding.

§
EventLastSeen?: string | null
[src]

The last-seen timestamp of the activity that prompted GuardDuty to generate this finding.

§
Evidence?: Evidence | null
[src]

An evidence object associated with the service.

§
FeatureName?: string | null
[src]

The name of the feature that generated a finding.

§
ResourceRole?: string | null
[src]

The resource role information for this finding.

§
ServiceName?: string | null
[src]

The name of the Amazon Web Services service (GuardDuty) that generated a finding.

§
UserFeedback?: string | null
[src]

Feedback that was submitted about the finding.