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

A description of a resource tag.

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

§Properties

§
key: string
[src]

The key of the resource tag.

§
value: string
[src]

The value of the resource tag.