MatchmakingConfigurationArgs

data class MatchmakingConfigurationArgs(val acceptanceRequired: Output<Boolean>? = null, val acceptanceTimeoutSeconds: Output<Int>? = null, val additionalPlayerCount: Output<Int>? = null, val backfillMode: Output<MatchmakingConfigurationBackfillMode>? = null, val creationTime: Output<String>? = null, val customEventData: Output<String>? = null, val description: Output<String>? = null, val flexMatchMode: Output<MatchmakingConfigurationFlexMatchMode>? = null, val gameProperties: Output<List<MatchmakingConfigurationGamePropertyArgs>>? = null, val gameSessionData: Output<String>? = null, val gameSessionQueueArns: Output<List<String>>? = null, val name: Output<String>? = null, val notificationTarget: Output<String>? = null, val requestTimeoutSeconds: Output<Int>? = null, val ruleSetArn: Output<String>? = null, val ruleSetName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<MatchmakingConfigurationArgs>

The AWS::GameLift::MatchmakingConfiguration resource creates an Amazon GameLift (GameLift) matchmaking configuration.

Constructors

Link copied to clipboard
constructor(acceptanceRequired: Output<Boolean>? = null, acceptanceTimeoutSeconds: Output<Int>? = null, additionalPlayerCount: Output<Int>? = null, backfillMode: Output<MatchmakingConfigurationBackfillMode>? = null, creationTime: Output<String>? = null, customEventData: Output<String>? = null, description: Output<String>? = null, flexMatchMode: Output<MatchmakingConfigurationFlexMatchMode>? = null, gameProperties: Output<List<MatchmakingConfigurationGamePropertyArgs>>? = null, gameSessionData: Output<String>? = null, gameSessionQueueArns: Output<List<String>>? = null, name: Output<String>? = null, notificationTarget: Output<String>? = null, requestTimeoutSeconds: Output<Int>? = null, ruleSetArn: Output<String>? = null, ruleSetName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val acceptanceRequired: Output<Boolean>? = null

A flag that indicates whether a match that was created with this configuration must be accepted by the matched players

Link copied to clipboard
val acceptanceTimeoutSeconds: Output<Int>? = null

The length of time (in seconds) to wait for players to accept a proposed match, if acceptance is required.

Link copied to clipboard
val additionalPlayerCount: Output<Int>? = null

The number of player slots in a match to keep open for future players.

Link copied to clipboard

The method used to backfill game sessions created with this matchmaking configuration.

Link copied to clipboard
val creationTime: Output<String>? = null

A time stamp indicating when this data object was created.

Link copied to clipboard
val customEventData: Output<String>? = null

Information to attach to all events related to the matchmaking configuration.

Link copied to clipboard
val description: Output<String>? = null

A descriptive label that is associated with matchmaking configuration.

Link copied to clipboard

Indicates whether this matchmaking configuration is being used with Amazon GameLift hosting or as a standalone matchmaking solution.

Link copied to clipboard

A set of custom properties for a game session, formatted as key:value pairs.

Link copied to clipboard
val gameSessionData: Output<String>? = null

A set of custom game session properties, formatted as a single string value.

Link copied to clipboard
val gameSessionQueueArns: Output<List<String>>? = null

The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift game session queue resource and uniquely identifies it.

Link copied to clipboard
val name: Output<String>? = null

A unique identifier for the matchmaking configuration.

Link copied to clipboard
val notificationTarget: Output<String>? = null

An SNS topic ARN that is set up to receive matchmaking notifications.

Link copied to clipboard
val requestTimeoutSeconds: Output<Int>? = null

The maximum duration, in seconds, that a matchmaking ticket can remain in process before timing out.

Link copied to clipboard
val ruleSetArn: Output<String>? = null

The Amazon Resource Name (ARN) associated with the GameLift matchmaking rule set resource that this configuration uses.

Link copied to clipboard
val ruleSetName: Output<String>? = null

A unique identifier for the matchmaking rule set to use with this configuration.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): MatchmakingConfigurationArgs