AWS::GameLift::GameSessionQueue Destination
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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DestinationArn" :String}
YAML
DestinationArn:String
Properties
DestinationArn-
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.
Required: No
Type: String
Minimum:
1Maximum:
256Pattern:
[a-zA-Z0-9:/-]+Update requires: No interruption
See also
Create GameLift resources using Amazon CloudFront in the Amazon GameLift Developer Guide
-
Create a queue in the Amazon GameLift Developer Guide
GameSessionQueueDestination in the Amazon GameLift API Reference