You must be logged in to view saved presets
This template creates a matchmaking rule set for GameLift FlexMatch. The rule set is named 'MyRuleSet' and defines a match with one team containing 1 to 20 players.
AWSTemplateFormatVersion: '2010-09-09'
Description: GameLift Matchmaking Rule Set
Resources:
MatchmakingRuleSet:
Type: 'AWS::GameLift::MatchmakingRuleSet'
Properties:
Name: undefined
RuleSetBody: undefined