MatchmakingRuleSet

class MatchmakingRuleSet : KotlinCustomResource

Deprecated

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

Provides a GameLift Matchmaking Rule Set resources.

Import

GameLift Matchmaking Rule Sets can be imported using the ID, e.g.,

$ pulumi import aws:gamelift/matchmakingRuleSet:MatchmakingRuleSet example <ruleset-id>

Properties

Link copied to clipboard
val arn: Output<String>

Rule Set ARN.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

Name of the matchmaking rule set.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val ruleSetBody: Output<String>

JSON encoded string containing rule set data.

Link copied to clipboard
val tags: Output<Map<String, String>>?
Link copied to clipboard
val tagsAll: Output<Map<String, String>>

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Link copied to clipboard
val urn: Output<String>