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

A label that can be assigned to a GameLift resource.

Learn more

Tagging Amazon Web Services Resources in the Amazon Web Services General Reference

Amazon Web Services Tagging Strategies

Related actions

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 Amazon Web Services resource.

§
Value: string
[src]

The value for a developer-defined key:value pair for tagging an Amazon Web Services resource.