Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateLocationInput

import type { CreateLocationInput } from "https://aws-api.deno.dev/v0.4/services/gamelift.ts?docs=full";
interface CreateLocationInput {
LocationName: string;
Tags?: Tag[] | null;
}

§Properties

§
LocationName: string
[src]

A descriptive name for the custom location.

§
Tags?: Tag[] | null
[src]

A list of labels to assign to the new matchmaking configuration resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Rareference.