AWS::GameLift::MatchmakingRuleSetThe AWS::GameLift::MatchmakingRuleSet resource creates an Amazon GameLift (GameLift) matchmaking rule set.
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
RuleSetBody | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift matchmaking rule set resource and uniquely identifies it. |
CreationTime | string | A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::GameLift::MatchmakingRuleSet
Resources:
MyResource:
Type: AWS::GameLift::MatchmakingRuleSet
Properties:
Name: "my-name"
RuleSetBody: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
gamelift:CreateMatchmakingRuleSetgamelift:DescribeMatchmakingRuleSetsgamelift:ValidateMatchmakingRuleSetgamelift:ListTagsForResourcegamelift:TagResourcegamelift:DescribeMatchmakingRuleSetsgamelift:ValidateMatchmakingRuleSetgamelift:ListTagsForResourcegamelift:DeleteMatchmakingRuleSetgamelift:DescribeMatchmakingRuleSetsgamelift:ListTagsForResourcegamelift:TagResourcegamelift:UntagResourcegamelift:DescribeMatchmakingRuleSetsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameRuleSetBody