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