matchmaking_rule_sets
Retrieves a list of matchmaking_rule_sets
in a region
Overview
Name | matchmaking_rule_sets |
Type | Resource |
Description | matchmaking_rule_sets |
Id | awscc.gamelift.matchmaking_rule_sets |
Fields
Name | Datatype | Description |
---|---|---|
name | string | A unique identifier for the matchmaking rule set. |
region | string | AWS 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