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

Each tag includes the following elements.

interface Tag {
Key?: string | null;
Value?: string | null;
}

§Properties

§
Key?: string | null
[src]

The key (name) of a tag.

Valid values: A-Z, a-z, 0-9, space, ".:/=+-@"

Constraints: Each key can be 1-128 characters long.

§
Value?: string | null
[src]

The value of a tag.

Valid values: A-Z, a-z, 0-9, space, ".:/=+-@"

Constraints: Each value can be 0-256 characters long.