matchmaking_rule_set_tags
Expands all tag keys and values for matchmaking_rule_sets
in a region
Overview
Name | matchmaking_rule_set_tags |
Type | Resource |
Description | The AWS::GameLift::MatchmakingRuleSet resource creates an Amazon GameLift (GameLift) matchmaking rule set. |
Id | aws.gamelift.matchmaking_rule_set_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | A unique identifier for the matchmaking rule set. |
rule_set_body | string | A collection of matchmaking rules, formatted as a JSON string. |
creation_time | string | A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds. |
arn | string | The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift matchmaking rule set resource and uniquely identifies it. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all matchmaking_rule_sets
in a region.
SELECT
region,
name,
rule_set_body,
creation_time,
arn,
tag_key,
tag_value
FROM aws.gamelift.matchmaking_rule_set_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the matchmaking_rule_set_tags
resource, see matchmaking_rule_sets