AWS::GameLift::GameSessionQueue GameSessionQueueDestination - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 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