matchmaking_rule_set
Gets an individual matchmaking_rule_set
resource
Overview
Name | matchmaking_rule_set |
Type | Resource |
Description | matchmaking_rule_set |
Id | awscc.gamelift.matchmaking_rule_set |
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. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS 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