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

Tag

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

A key value pair for a resource tag.

interface Tag {
Key: string;
Value: string;
}

§Properties

§
Key: string
[src]

The TagKey, the name of the tag. Tag keys must be unique for the domain to which they are attached.

§
Value: string
[src]

The TagValue, the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity