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

Metadata that help you categorize IT assets.

! IMPORTANT: ! Do not store sensitive information (like personal data) in tags.

interface Tag {
key: string;
value: string;
}

§Properties

§
key: string
[src]

The type of tag on which to filter.

§
value: string
[src]

A value for a tag key on which to filter.