@aws-cdk_aws-gamelift-alpha.MatchmakingRuleSetProps

interface MatchmakingRuleSetProps ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.GameLift.Alpha.MatchmakingRuleSetProps
Gogithub.com/aws/aws-cdk-go/awscdkgameliftalpha/v2#MatchmakingRuleSetProps
Javasoftware.amazon.awscdk.services.gamelift.alpha.MatchmakingRuleSetProps
Pythonaws_cdk.aws_gamelift_alpha.MatchmakingRuleSetProps
TypeScript (source)@aws-cdk/aws-gamelift-alpha ยป MatchmakingRuleSetProps

Properties for a new matchmaking ruleSet.

Example

new gamelift.MatchmakingRuleSet(this, 'RuleSet', {
  matchmakingRuleSetName: 'my-test-ruleset',
  content: gamelift.RuleSetContent.fromJsonFile(path.join(__dirname, 'my-ruleset/ruleset.json')),
});

Properties

NameTypeDescription
content๐Ÿ”นRuleSetContentA collection of matchmaking rules.
matchmakingRuleSetName๐Ÿ”นstringA unique identifier for the matchmaking rule set.

content๐Ÿ”น

Type: RuleSetContent

A collection of matchmaking rules.


matchmakingRuleSetName๐Ÿ”น

Type: string

A unique identifier for the matchmaking rule set.

A matchmaking configuration identifies the rule set it uses by this name value.

Note: the rule set name is different from the optional name field in the rule set body