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.3/services/discovery.ts?docs=full";

The tag filter. Valid names are: tagKey, tagValue, configurationId.

interface TagFilter {
name: string;
values: string[];
}

§Properties

§
name: string
[src]

A name of the tag filter.

§
values: string[]
[src]

Values for the tag filter.