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

Metadata assigned to an allocation. Each tag is made up of a key and a value.

interface Tag {
Key: string;
Value: string;
}

§Properties

§
Key: string
[src]

One part of a key-value pair that makes up a tag. A key is a label that acts like a category for the specific tag values.

§
Value: string
[src]

One part of a key-value pair that makes up a tag. A value acts as a descriptor within a tag category (key). The value can be empty or null.