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

CustomDataIdentifiers

import type { CustomDataIdentifiers } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

Provides information about custom data identifiers that produced a sensitive data finding, and the number of occurrences of the data that they detected for the finding.

interface CustomDataIdentifiers {
detections?: CustomDetection[] | null;
totalCount?: number | null;
}

§Properties

§
detections?: CustomDetection[] | null
[src]

The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.

§
totalCount?: number | null
[src]

The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.