ThreatIntelIndicator
import type { ThreatIntelIndicator } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";interface ThreatIntelIndicator {
Category?: ThreatIntelIndicatorCategory | null;
LastObservedAt?: string | null;
Source?: string | null;
SourceUrl?: string | null;
Type?: ThreatIntelIndicatorType | null;
Value?: string | null;
}