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

A complex type that contains a Tag key and Tag value.

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

§Properties

§
Key: string
[src]

A string that contains a Tag key.

§
Value: string
[src]

A string that contains a Tag value.