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

RelatedFinding

import type { RelatedFinding } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Details about a related finding.

interface RelatedFinding {
Id: string;
ProductArn: string;
}

§Properties

§
Id: string
[src]

The product-generated identifier for a related finding.

§
ProductArn: string
[src]

The ARN of the product that generated a related finding.