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

Scoping

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

Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 objects from a classification job. Exclude conditions take precedence over include conditions.

interface Scoping {
excludes?: JobScopingBlock | null;
includes?: JobScopingBlock | null;
}

§Properties

§
excludes?: JobScopingBlock | null
[src]

The property- and tag-based conditions that determine which objects to exclude from the analysis.

§
includes?: JobScopingBlock | null
[src]

The property- and tag-based conditions that determine which objects to include in the analysis.