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

A key-value pair that helps you manage, filter, and search for your resource. Allowed characters: letters, white space, and numbers, representable in UTF-8, and the following characters: + - = . _ : /.

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

§Properties

§
Key: string
[src]

Tag key. The key can't start with aws:.

§
Value: string
[src]

Value of the tag key.