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

CustomDetection

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

Provides information about a custom data identifier that produced a sensitive data finding, and the sensitive data that it detected for the finding.

interface CustomDetection {
arn?: string | null;
count?: number | null;
name?: string | null;
occurrences?: Occurrences | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the custom data identifier.

§
count?: number | null
[src]

The total number of occurrences of the sensitive data that the custom data identifier detected.

§
name?: string | null
[src]

The name of the custom data identifier.

§
occurrences?: Occurrences | null
[src]

The location of 1-15 occurrences of the sensitive data that the custom data identifier detected. A finding includes location data for a maximum of 15 occurrences of sensitive data.