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.

CloudFormation Template

AWSTemplateFormatVersion: '2010-09-09'
Description: GameLift Matchmaking Rule Set
Resources:
  MatchmakingRuleSet:
    Type: 'AWS::GameLift::MatchmakingRuleSet'
    Properties:
      Name: undefined
      RuleSetBody: undefined