AWS::GameLift::GameSessionQueueThe AWS::GameLift::GameSessionQueue resource creates an Amazon GameLift (GameLift) game session queue.
9 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
CustomEventData | string | |
Destinations | Array<GameSessionQueueDestination> | |
FilterConfiguration | FilterConfiguration | |
NotificationTarget | string | |
PlayerLatencyPolicies | Array<PlayerLatencyPolicy> | |
PriorityConfiguration | PriorityConfiguration | |
Tags | Array<Tag> | |
TimeoutInSeconds | integer |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift game session queue resource and uniquely identifies it. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::GameLift::GameSessionQueue
Resources:
MyResource:
Type: AWS::GameLift::GameSessionQueue
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
gamelift:CreateGameSessionQueuegamelift:DescribeGameSessionQueuesgamelift:ListTagsForResourcegamelift:TagResourcegamelift:DescribeGameSessionQueuesgamelift:ListTagsForResourcegamelift:DescribeGameSessionQueuesgamelift:DeleteGameSessionQueuegamelift:UpdateGameSessionQueuegamelift:ListTagsForResourcegamelift:TagResourcegamelift:UntagResourcegamelift:DescribeGameSessionQueuesgamelift:DescribeGameSessionQueuesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name