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

A tag is a key-value pair that is used to manage the resource.

This tag is available for use by AWS services that support tags.

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

§Properties

§
Key: string
[src]

The tag's key.

§
Value: string
[src]

The tag's value.