gameProperties

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "yntaihhccjfpadbl")
suspend fun gameProperties(argument: List<suspend MatchmakingConfigurationGamePropertyArgsBuilder.() -> Unit>)
@JvmName(name = "tieglgtnpmteokha")
suspend fun gameProperties(vararg argument: suspend MatchmakingConfigurationGamePropertyArgsBuilder.() -> Unit)
@JvmName(name = "fpargfcxbsltrfyc")
suspend fun gameProperties(argument: suspend MatchmakingConfigurationGamePropertyArgsBuilder.() -> Unit)

Parameters

argument

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