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

GetThreatIntelSetResponse

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

§Properties

§

The format of 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.

§

The status of threatIntelSet file uploaded.

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

The tags of the threat list resource.