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

TagCriterionForJob

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

Specifies a tag-based condition that determines whether an S3 bucket is included or excluded from a classification job.

interface TagCriterionForJob {
comparator?: JobComparator | null;
tagValues?: TagCriterionPairForJob[] | null;
}

§Properties

§
comparator?: JobComparator | null
[src]

The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).

§
tagValues?: TagCriterionPairForJob[] | null
[src]

The tag keys, tag values, or tag key and value pairs to use in the condition.