MatchmakingRuleSetArgs

data class MatchmakingRuleSetArgs(val name: Output<String>? = null, val ruleSetBody: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<MatchmakingRuleSetArgs>

The AWS::GameLift::MatchmakingRuleSet resource creates an Amazon GameLift (GameLift) matchmaking rule set.

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

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

Properties

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

A unique identifier for the matchmaking rule set.

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

A collection of matchmaking rules, formatted as a JSON string.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

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