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://googleapis.deno.dev/v1/vmmigration:v1.ts";

Tag is an AWS tag representation.

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

§Properties

§
key?: string
[src]

Key of tag.

§
value?: string
[src]

Value of tag.