matchmaking_rule_sets_list_only
Lists matchmaking_rule_sets
in a region or regions, for all properties use matchmaking_rule_sets
Overview
Name | matchmaking_rule_sets_list_only |
Type | Resource |
Description | The AWS::GameLift::MatchmakingRuleSet resource creates an Amazon GameLift (GameLift) matchmaking rule set. |
Id | aws.gamelift.matchmaking_rule_sets_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | A unique identifier for the matchmaking rule set. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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