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

ManagedDataIdentifierSelector

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

The selection type that determines which managed data identifiers a classification job uses to analyze data. Valid values are:

type ManagedDataIdentifierSelector =
| "ALL"
| "EXCLUDE"
| "INCLUDE"
| "NONE"

§Type

§
"ALL" | "EXCLUDE" | "INCLUDE" | "NONE" | cmnP.UnexpectedEnumValue
[src]