com.pulumi.aws.gamelift.kotlin.MatchmakingRuleSetArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-aws-kotlin Show documentation
Show all versions of pulumi-aws-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.gamelift.kotlin
import com.pulumi.aws.gamelift.MatchmakingRuleSetArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Deprecated
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Provides a GameLift Matchmaking Rule Set resources.
* ## Import
* GameLift Matchmaking Rule Sets can be imported using the ID, e.g.,
* ```sh
* $ pulumi import aws:gamelift/matchmakingRuleSet:MatchmakingRuleSet example
* ```
* @property name Name of the matchmaking rule set.
* @property ruleSetBody JSON encoded string containing rule set data.
* @property tags
*/
public data class MatchmakingRuleSetArgs
@Deprecated(
message = """
This resource will be removed in the next major version.Consider using
https://www.pulumi.com/registry/packages/aws-native/api-docs/gamelift/matchmakingruleset/
instead
""",
)
constructor(
public val name: Output? = null,
public val ruleSetBody: Output? = null,
public val tags: Output
© 2015 - 2024 Weber Informatics LLC | Privacy Policy