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

ScopeFilterKey

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

The property to use in a condition that determines whether an S3 object is included or excluded from a classification job. Valid values are:

type ScopeFilterKey =
| "OBJECT_EXTENSION"
| "OBJECT_LAST_MODIFIED_DATE"
| "OBJECT_SIZE"
| "OBJECT_KEY"

§Type

§
"OBJECT_EXTENSION" | "OBJECT_LAST_MODIFIED_DATE" | "OBJECT_SIZE" | "OBJECT_KEY" | cmnP.UnexpectedEnumValue
[src]