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

CriteriaForJob

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

Specifies a property- or tag-based condition that defines criteria for including or excluding S3 buckets from a classification job.

interface CriteriaForJob {
simpleCriterion?: SimpleCriterionForJob | null;
tagCriterion?: TagCriterionForJob | null;
}

§Properties

§
simpleCriterion?: SimpleCriterionForJob | null
[src]

A property-based condition that defines a property, operator, and one or more values for including or excluding buckets from the job.

§
tagCriterion?: TagCriterionForJob | null
[src]

A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for including or excluding buckets from the job.