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

Metadata assigned to an AWS IoT Things Graph resource consisting of a key-value pair.

interface Tag {
key: string;
value: string;
}

§Properties

§
key: string
[src]

The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.

§
value: string
[src]

The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.