
com.pulumi.awsnative.gamelift.kotlin.outputs.MatchmakingConfigurationGameProperty.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.gamelift.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* A key-value pair that contains information about a game session.
* @property key The game property identifier.
* @property value The game property value.
*/
public data class MatchmakingConfigurationGameProperty(
public val key: String,
public val `value`: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.gamelift.outputs.MatchmakingConfigurationGameProperty): MatchmakingConfigurationGameProperty = MatchmakingConfigurationGameProperty(
key = javaType.key(),
`value` = javaType.`value`(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy