AWS::GameLift::GameSessionQueue GameSessionQueueDestination
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 AWS 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
Pattern:
[a-zA-Z0-9:/-]+
Minimum:
1
Maximum:
256
Update requires: No interruption