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

CreateThreatIntelSetRequest

import type { CreateThreatIntelSetRequest } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface CreateThreatIntelSetRequest {
Activate: boolean;
ClientToken?: string | null;
DetectorId: string;
Location: string;
Name: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Activate: boolean
[src]

A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.

§
ClientToken?: string | null
[src]

The idempotency token for the create request.

§
DetectorId: string
[src]

The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.

§

The format of the file that contains the ThreatIntelSet.

§
Location: string
[src]

The URI of the file that contains the ThreatIntelSet.

§
Name: string
[src]

A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.

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

The tags to be added to a new threat list resource.