gameProperties

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

Parameters

value

One or more custom game properties. See below.


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


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

Parameters

values

One or more custom game properties. See below.


@JvmName(name = "olwiavmiiexpvfin")
suspend fun gameProperties(argument: List<suspend MatchmakingConfigurationGamePropertyArgsBuilder.() -> Unit>)
@JvmName(name = "ofuqdbclliatwxsq")
suspend fun gameProperties(vararg argument: suspend MatchmakingConfigurationGamePropertyArgsBuilder.() -> Unit)
@JvmName(name = "ydgygjheudtuenqy")
suspend fun gameProperties(argument: suspend MatchmakingConfigurationGamePropertyArgsBuilder.() -> Unit)

Parameters

argument

One or more custom game properties. See below.