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

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

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

§Properties

§
key: string
[src]

The tag's key.

§
value: string
[src]

The tag's value.