matchmaking_configurations_list_only
Lists matchmaking_configurations
in a region or regions, for all properties use matchmaking_configurations
Overview
Name | matchmaking_configurations_list_only |
Type | Resource |
Description | The AWS::GameLift::MatchmakingConfiguration resource creates an Amazon GameLift (GameLift) matchmaking configuration. |
Id | aws.gamelift.matchmaking_configurations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
acceptance_required | boolean | A flag that indicates whether a match that was created with this configuration must be accepted by the matched players |
acceptance_timeout_seconds | integer | The length of time (in seconds) to wait for players to accept a proposed match, if acceptance is required. |
additional_player_count | integer | The number of player slots in a match to keep open for future players. |
backfill_mode | string | The method used to backfill game sessions created with this matchmaking configuration. |
arn | string | The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift matchmaking configuration resource and uniquely identifies it. |
creation_time | string | A time stamp indicating when this data object was created. |
custom_event_data | string | Information to attach to all events related to the matchmaking configuration. |
description | string | A descriptive label that is associated with matchmaking configuration. |
flex_match_mode | string | Indicates whether this matchmaking configuration is being used with Amazon GameLift hosting or as a standalone matchmaking solution. |
game_properties | array | A set of custom properties for a game session, formatted as key:value pairs. |
game_session_data | string | A set of custom game session properties, formatted as a single string value. |
game_session_queue_arns | array | The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift game session queue resource and uniquely identifies it. |
name | string | A unique identifier for the matchmaking configuration. |
notification_target | string | An SNS topic ARN that is set up to receive matchmaking notifications. |
request_timeout_seconds | integer | The maximum duration, in seconds, that a matchmaking ticket can remain in process before timing out. |
rule_set_arn | string | The Amazon Resource Name (ARN) associated with the GameLift matchmaking rule set resource that this configuration uses. |
rule_set_name | string | A unique identifier for the matchmaking rule set to use with this configuration. |
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 matchmaking_configurations
in a region.
SELECT
region,
name
FROM aws.gamelift.matchmaking_configurations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the matchmaking_configurations_list_only
resource, see matchmaking_configurations