MatchmakingRuleSetArgs

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>

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, ruleSetBody: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

Name of the matchmaking rule set.

Link copied to clipboard
val ruleSetBody: Output<String>? = null

JSON encoded string containing rule set data.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Functions

Link copied to clipboard
open override fun toJava(): MatchmakingRuleSetArgs