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

A list of key/value pairs that identify an index, FAQ, or data source. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

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

§Properties

§
Key: string
[src]

The key for the tag. Keys are not case sensitive and must be unique for the index, FAQ, or data source.

§
Value: string
[src]

The value associated with the tag. The value may be an empty string but it can't be null.