Matchmaking Rule Set Args
data class MatchmakingRuleSetArgs(val name: Output<String>? = null, val ruleSetBody: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<MatchmakingRuleSetArgs>
Provides a GameLift Matchmaking Rule Set resources.
Import
GameLift Matchmaking Rule Sets can be imported using the ID, e.g.,
$ pulumi import aws:gamelift/matchmakingRuleSet:MatchmakingRuleSet example <ruleset-id>
Content copied to clipboard