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

CreateMatchmakingRuleSetInput

import type { CreateMatchmakingRuleSetInput } from "https://aws-api.deno.dev/v0.3/services/gamelift.ts?docs=full";

Represents the input for a request operation.

interface CreateMatchmakingRuleSetInput {
Name: string;
RuleSetBody: string;
Tags?: Tag[] | null;
}

§Properties

§
Name: string
[src]

A unique identifier for the matchmaking rule set. A matchmaking configuration identifies the rule set it uses by this name value. Note that the rule set name is different from the optional name field in the rule set body.

§
RuleSetBody: string
[src]

A collection of matchmaking rules, formatted as a JSON string. Comments are not allowed in JSON, but most elements support a description field.

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

A list of labels to assign to the new matchmaking rule set resource. Tags are developer-defined key-value pairs. Tagging AWS resources are useful for resource management, access management and cost allocation. For more information, see Tagging AWS Resources in the AWS General Reference. Once the resource is created, you can use "TagResource", "UntagResource", and "ListTagsForResource" to add, remove, and view tags. The maximum tag limit may be lower than stated. See the AWS General Reference for actual tagging limits.