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

CreateDetectorRequest

import type { CreateDetectorRequest } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface CreateDetectorRequest {
ClientToken?: string | null;
DataSources?: DataSourceConfigurations | null;
Enable: boolean;
FindingPublishingFrequency?: FindingPublishingFrequency | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
ClientToken?: string | null
[src]

The idempotency token for the create request.

§
DataSources?: DataSourceConfigurations | null
[src]

Describes which data sources will be enabled for the detector.

There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.

§
Enable: boolean
[src]

A Boolean value that specifies whether the detector is to be enabled.

§
FindingPublishingFrequency?: FindingPublishingFrequency | null
[src]

A value that specifies how frequently updated findings are exported.

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

The tags to be added to a new detector resource.