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

GameSessionQueueDestination

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

A fleet or alias designated in a game session queue. Queues fulfill requests for new game sessions by placing a new game session on any of the queue's destinations.

Destinations are part of a "GameSessionQueue".

interface GameSessionQueueDestination {
DestinationArn?: string | null;
}

§Properties

§
DestinationArn?: string | null
[src]

The Amazon Resource Name (ARN) that is assigned to fleet or fleet alias. ARNs, which include a fleet ID or alias ID and a Region name, provide a unique identifier across all Regions.