MatchmakingRuleSet

class MatchmakingRuleSet : KotlinCustomResource

The AWS::GameLift::MatchmakingRuleSet resource creates an Amazon GameLift (GameLift) matchmaking rule set.

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift matchmaking rule set resource and uniquely identifies it.

Link copied to clipboard
val creationTime: Output<String>

A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds.

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

A unique identifier for 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>

A collection of matchmaking rules, formatted as a JSON string.

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val urn: Output<String>