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

FilterConfiguration

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

A list of fleet locations where a game session queue can place new game sessions. You can use a filter to temporarily turn off placements for specific locations. For queues that have multi-location fleets, you can use a filter configuration allow placement with some, but not all of these locations.

Filter configurations are part of a "GameSessionQueue".

interface FilterConfiguration {
AllowedLocations?: string[] | null;
}

§Properties

§
AllowedLocations?: string[] | null
[src]

A list of locations to allow game session placement in, in the form of AWS Region codes such as us-west-2.