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

A label that can be assigned to a GameLift resource.

Learn more

Tagging AWS Resources in the AWS General Reference

AWS Tagging Strategies

Related actions

"TagResource" | "UntagResource" | "ListTagsForResource" | All APIs by task

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

§Properties

§
Key: string
[src]

The key for a developer-defined key:value pair for tagging an AWS resource.

§
Value: string
[src]

The value for a developer-defined key:value pair for tagging an AWS resource.