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

CustomDataIdentifiersDetections

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

The list of detected instances of sensitive data.

interface CustomDataIdentifiersDetections {
Arn?: string | null;
Count?: number | null;
Name?: string | null;
Occurrences?: Occurrences | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the custom identifier that was used to detect the sensitive data.

§
Count?: number | null
[src]

The total number of occurrences of sensitive data that were detected.

§
Name?: string | null
[src]

he name of the custom identifier that detected the sensitive data.

§
Occurrences?: Occurrences | null
[src]

Details about the sensitive data that was detected.