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

Describes a tag that is applied to an App Runner resource. A tag is a metadata item consisting of a key-value pair.

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

§Properties

§
Key?: string | null
[src]

The key of the tag.

§
Value?: string | null
[src]

The value of the tag.