Uses of Interface
software.amazon.awscdk.services.gamelift.alpha.IRuleSetContent
Packages that use IRuleSetContent
Package
Description
Amazon GameLift Construct Library
-
Uses of IRuleSetContent in software.amazon.awscdk.services.gamelift.alpha
Subinterfaces of IRuleSetContent in software.amazon.awscdk.services.gamelift.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIRuleSetContent.Classes in software.amazon.awscdk.services.gamelift.alpha that implement IRuleSetContentModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) The rule set determines the two key elements of a match: your game's team structure and size, and how to group players together for the best possible match.Methods in software.amazon.awscdk.services.gamelift.alpha that return IRuleSetContentModifier and TypeMethodDescriptionstatic IRuleSetContentRuleSetContent.fromInline(String body) (experimental) Inline body for Matchmaking ruleSet.static IRuleSetContentRuleSetContent.fromJsonFile(String path) (experimental) Matchmaking ruleSet body from a file.