gameProperties

@JvmName(name = "tgoiwnjrynkynsfl")
suspend fun gameProperties(value: Output<List<MatchmakingConfigurationGamePropertyArgs>>)
@JvmName(name = "remaxwljhhyfdnwu")
suspend fun gameProperties(value: List<MatchmakingConfigurationGamePropertyArgs>?)

Parameters

value

A set of custom properties for a game session, formatted as key:value pairs.


@JvmName(name = "dphpcpkntxjkxyps")
suspend fun gameProperties(vararg values: Output<MatchmakingConfigurationGamePropertyArgs>)


@JvmName(name = "ycuhcufenbqswhgw")
suspend fun gameProperties(values: List<Output<MatchmakingConfigurationGamePropertyArgs>>)
@JvmName(name = "vrookdwvpkkshxab")
suspend fun gameProperties(vararg values: MatchmakingConfigurationGamePropertyArgs)

Parameters

values

A set of custom properties for a game session, formatted as key:value pairs.


@JvmName(name = "tnfgejqbwviveawk")
suspend fun gameProperties(argument: List<suspend MatchmakingConfigurationGamePropertyArgsBuilder.() -> Unit>)
@JvmName(name = "ulvdkumftfpevkty")
suspend fun gameProperties(vararg argument: suspend MatchmakingConfigurationGamePropertyArgsBuilder.() -> Unit)
@JvmName(name = "hnetqvskjieqyxcy")
suspend fun gameProperties(argument: suspend MatchmakingConfigurationGamePropertyArgsBuilder.() -> Unit)

Parameters

argument

A set of custom properties for a game session, formatted as key:value pairs.