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

Metadata assigned to the stream, consisting of a key-value pair.

interface Tag {
Key: string;
Value?: string | null;
}

§Properties

§
Key: string
[src]

A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

§
Value?: string | null
[src]

An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @