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

GetDetectorResponse

import type { GetDetectorResponse } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface GetDetectorResponse {
CreatedAt?: string | null;
DataSources?: DataSourceConfigurationsResult | null;
FindingPublishingFrequency?: FindingPublishingFrequency | null;
ServiceRole: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
UpdatedAt?: string | null;
}

§Properties

§
CreatedAt?: string | null
[src]

The timestamp of when the detector was created.

§

Describes which data sources are enabled for the detector.

§
FindingPublishingFrequency?: FindingPublishingFrequency | null
[src]

The publishing frequency of the finding.

§
ServiceRole: string
[src]

The GuardDuty service role.

§

The detector status.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags of the detector resource.

§
UpdatedAt?: string | null
[src]

The last-updated timestamp for the detector.