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

CriteriaBlockForJob

import type { CriteriaBlockForJob } 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 buckets from a classification job.

interface CriteriaBlockForJob {
and?: CriteriaForJob[] | null;
}

§Properties

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

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