gameProperties

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "vvxbrwfpqvakqtmg")
suspend fun gameProperties(argument: List<suspend MatchmakingConfigurationGamePropertyArgsBuilder.() -> Unit>)
@JvmName(name = "tdrlybftutvklcjs")
suspend fun gameProperties(vararg argument: suspend MatchmakingConfigurationGamePropertyArgsBuilder.() -> Unit)
@JvmName(name = "cgysiwseofiaaqua")
suspend fun gameProperties(argument: suspend MatchmakingConfigurationGamePropertyArgsBuilder.() -> Unit)

Parameters

argument

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