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

ClassificationResult

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

Details about the sensitive data that was detected on the resource.

interface ClassificationResult {
AdditionalOccurrences?: boolean | null;
CustomDataIdentifiers?: CustomDataIdentifiersResult | null;
MimeType?: string | null;
SensitiveData?: SensitiveDataResult[] | null;
SizeClassified?: number | null;
Status?: ClassificationStatus | null;
}

§Properties

§
AdditionalOccurrences?: boolean | null
[src]

Indicates whether there are additional occurrences of sensitive data that are not included in the finding. This occurs when the number of occurrences exceeds the maximum that can be included.

§
CustomDataIdentifiers?: CustomDataIdentifiersResult | null
[src]

Provides details about sensitive data that was identified based on customer-defined configuration.

§
MimeType?: string | null
[src]

The type of content that the finding applies to.

§
SensitiveData?: SensitiveDataResult[] | null
[src]

Provides details about sensitive data that was identified based on built-in configuration.

§
SizeClassified?: number | null
[src]

The total size in bytes of the affected data.

§

The current status of the sensitive data detection.