Skip to main content

matchmaking_rule_set

Gets an individual matchmaking_rule_set resource

Overview

Namematchmaking_rule_set
TypeResource
Descriptionmatchmaking_rule_set
Idawscc.gamelift.matchmaking_rule_set

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
rule_set_body,
creation_time,
arn,
tags
FROM awscc.gamelift.matchmaking_rule_set
WHERE data__Identifier = '<Name>';

Permissions

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

Read

gamelift:DescribeMatchmakingRuleSets,
gamelift:ValidateMatchmakingRuleSet,
gamelift:ListTagsForResource

Delete

gamelift:DeleteMatchmakingRuleSet

Update

gamelift:DescribeMatchmakingRuleSets,
gamelift:ListTagsForResource,
gamelift:TagResource,
gamelift:UntagResource