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

A key-value pair you can use to manage, filter, and search for your resources. Allowed characters include UTF-8 letters, numbers, spaces, and the following characters: + - = . _ : /.

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

§Properties

§
Key: string
[src]

The key part of a tag's key-value pair. The key can't start with aws:.

§
Value: string
[src]

The key part of a value's key-value pair.