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

JobScopingBlock

import type { JobScopingBlock } 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.

interface JobScopingBlock {
and?: JobScopeTerm[] | null;
}

§Properties

§
and?: JobScopeTerm[] | null
[src]

An array of conditions, one for each property- or tag-based condition that determines which objects to include or exclude from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.