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

ClassificationDetails

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

Provides information about a sensitive data finding, including the classification job that produced the finding.

interface ClassificationDetails {
detailedResultsLocation?: string | null;
jobArn?: string | null;
jobId?: string | null;
result?: ClassificationResult | null;
}

§Properties

§
detailedResultsLocation?: string | null
[src]

The path to the folder or file (in Amazon S3) that contains the corresponding sensitive data discovery result for the finding. If a finding applies to a large archive or compressed file, this value is the path to a folder. Otherwise, this value is the path to a file.

§
jobArn?: string | null
[src]

The Amazon Resource Name (ARN) of the classification job that produced the finding.

§
jobId?: string | null
[src]

The unique identifier for the classification job that produced the finding.

§

The status and other details of the finding.