Skip to main content

matchmaking_rule_sets

Retrieves a list of matchmaking_rule_sets in a region

Overview

Namematchmaking_rule_sets
TypeResource
Descriptionmatchmaking_rule_sets
Idawscc.gamelift.matchmaking_rule_sets

Fields

NameDatatypeDescription
namestringA unique identifier for the matchmaking rule set.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.gamelift.matchmaking_rule_sets
WHERE region = 'us-east-1'

Permissions

To operate on the matchmaking_rule_sets resource, the following permissions are required:

Create

gamelift:CreateMatchmakingRuleSet,
gamelift:DescribeMatchmakingRuleSets,
gamelift:ValidateMatchmakingRuleSet,
gamelift:ListTagsForResource,
gamelift:TagResource

List

gamelift:DescribeMatchmakingRuleSets