game_session_queues_list_only
Lists game_session_queues
in a region or regions, for all properties use game_session_queues
Overview
Name | game_session_queues_list_only |
Type | Resource |
Description | The AWS::GameLift::GameSessionQueue resource creates an Amazon GameLift (GameLift) game session queue. |
Id | aws.gamelift.game_session_queues_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | A descriptive label that is associated with game session queue. Queue names must be unique within each Region. |
timeout_in_seconds | integer | The maximum time, in seconds, that a new game session placement request remains in the queue. |
destinations | array | A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue. |
player_latency_policies | array | A set of policies that act as a sliding cap on player latency. |
custom_event_data | string | Information that is added to all events that are related to this game session queue. |
notification_target | string | An SNS topic ARN that is set up to receive game session placement notifications. |
filter_configuration | object | A list of locations where a queue is allowed to place new game sessions. |
priority_configuration | object | Custom settings to use when prioritizing destinations and locations for game session placements. |
arn | string | The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift game session queue resource and uniquely identifies it. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all game_session_queues
in a region.
SELECT
region,
name
FROM aws.gamelift.game_session_queues_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the game_session_queues_list_only
resource, see game_session_queues