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

TagFilter

import type { TagFilter } from "https://aws-api.deno.dev/v0.4/services/resourcegroupstaggingapi.ts?docs=full";

A list of tags (keys and values) that are used to specify the associated resources.

interface TagFilter {
Key?: string | null;
Values?: string[] | null;
}

§Properties

§
Key?: string | null
[src]

One part of a key-value pair that makes up a tag. A key is a general label that acts like a category for more specific tag values.

§
Values?: string[] | null
[src]

One part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key). The value can be empty or null.