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

A set of key/value pairs that are used to manage the resource.

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

§Properties

§
Key: string
[src]

The tag's key.

§
Value?: string | null
[src]

The tag's value.