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

AwsSecurityFindingIdentifier

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

Identifies a finding to update using BatchUpdateFindings.

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

§Properties

§
Id: string
[src]

The identifier of the finding that was specified by the finding provider.

§
ProductArn: string
[src]

The ARN generated by Security Hub that uniquely identifies a product that generates findings. This can be the ARN for a third-party product that is integrated with Security Hub, or the ARN for a custom integration.