Skip to main content

matchmaking_rule_sets_list_only

Lists matchmaking_rule_sets in a region or regions, for all properties use matchmaking_rule_sets

Overview

Namematchmaking_rule_sets_list_only
TypeResource
DescriptionThe AWS::GameLift::MatchmakingRuleSet resource creates an Amazon GameLift (GameLift) matchmaking rule set.
Idaws.gamelift.matchmaking_rule_sets_list_only

Fields

NameDatatypeDescription
namestringA unique identifier for the matchmaking rule set.
rule_set_bodystringA collection of matchmaking rules, formatted as a JSON string.
creation_timestringA time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds.
arnstringThe Amazon Resource Name (ARN) that is assigned to a Amazon GameLift matchmaking rule set resource and uniquely identifies it.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all matchmaking_rule_sets in a region.

SELECT
region,
name
FROM aws.gamelift.matchmaking_rule_sets_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the matchmaking_rule_sets_list_only resource, see matchmaking_rule_sets