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

An arbitary key/value pair used to add searchable metadata to secure tunnel resources.

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

§Properties

§
key: string
[src]

The key of the tag.

§
value: string
[src]

The value of the tag.