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

SearchResourcesTagCriterionPair

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

Specifies a tag key, a tag value, or a tag key and value (as a pair) to use in a tag-based filter condition for a query. Tag keys and values are case sensitive. Also, Amazon Macie doesn't support use of partial values or wildcard characters in tag-based filter conditions.

interface SearchResourcesTagCriterionPair {
key?: string | null;
value?: string | null;
}

§Properties

§
key?: string | null
[src]

The value for the tag key to use in the condition.

§
value?: string | null
[src]

The tag value to use in the condition.