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

A key-value pair associated with a CloudWatch resource.

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

§Properties

§
Key: string
[src]

A string that you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.

§
Value: string
[src]

The value for the specified tag key.