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

A key-value pair associated with an Amazon Web Services resource. In EventBridge, rules and event buses support tagging.

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

§Properties

§
Key: string
[src]

A string 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.