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

SearchResourcesTagCriterion

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

Specifies a tag-based filter condition that determines which Amazon Web Services resources are included or excluded from the query results.

interface SearchResourcesTagCriterion {
comparator?: SearchResourcesComparator | null;
tagValues?: SearchResourcesTagCriterionPair[] | null;
}

§Properties

§
comparator?: SearchResourcesComparator | null
[src]

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

§

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