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

FindingCategory

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

The category of the finding. Valid values are:

type FindingCategory = "CLASSIFICATION" | "POLICY" | cmnP.UnexpectedEnumValue;

§Type

§
"CLASSIFICATION" | "POLICY" | cmnP.UnexpectedEnumValue
[src]