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

MatchmakingConfiguration

import type { MatchmakingConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/gamelift.ts";
interface MatchmakingConfiguration {
AcceptanceRequired?: boolean | null;
AcceptanceTimeoutSeconds?: number | null;
AdditionalPlayerCount?: number | null;
BackfillMode?: BackfillMode | null;
ConfigurationArn?: string | null;
CreationTime?: Date | number | null;
CustomEventData?: string | null;
Description?: string | null;
FlexMatchMode?: FlexMatchMode | null;
GameProperties?: GameProperty[] | null;
GameSessionData?: string | null;
GameSessionQueueArns?: string[] | null;
Name?: string | null;
NotificationTarget?: string | null;
RequestTimeoutSeconds?: number | null;
RuleSetArn?: string | null;
RuleSetName?: string | null;
}

§Properties

§
AcceptanceRequired?: boolean | null
[src]
§
AcceptanceTimeoutSeconds?: number | null
[src]
§
AdditionalPlayerCount?: number | null
[src]
§
BackfillMode?: BackfillMode | null
[src]
§
ConfigurationArn?: string | null
[src]
§
CreationTime?: Date | number | null
[src]
§
CustomEventData?: string | null
[src]
§
Description?: string | null
[src]
§
FlexMatchMode?: FlexMatchMode | null
[src]
§
GameProperties?: GameProperty[] | null
[src]
§
GameSessionData?: string | null
[src]
§
GameSessionQueueArns?: string[] | null
[src]
§
Name?: string | null
[src]
§
NotificationTarget?: string | null
[src]
§
RequestTimeoutSeconds?: number | null
[src]
§
RuleSetArn?: string | null
[src]
§
RuleSetName?: string | null
[src]