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

Specifies a key-value pair for a resource tag.

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

§Properties

§
Key: string
[src]

A value that specifies the TagKey, the name of the tag. Tag keys must be unique for the resource to which they are attached.

§
Value: string
[src]

A value that specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April.