StartGameSessionPlacementRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set of information on each player to create a player session for.

Link copied to clipboard

A set of key-value pairs that can store custom data in a game session. For example: {"Key": "difficulty", "Value": "novice"}.

Link copied to clipboard

A set of custom game session properties, formatted as a single string value. This data is passed to a game server process in the GameSession object with a request to start a new game session (see Start a Game Session).

Link copied to clipboard

A descriptive label that is associated with a game session. Session names do not need to be unique.

Link copied to clipboard

Name of the queue to use to place the new game session. You can use either the queue name or ARN value.

Link copied to clipboard

The maximum number of players that can be connected simultaneously to the game session.

Link copied to clipboard

A unique identifier to assign to the new game session placement. This value is developer-defined. The value must be unique across all Regions and cannot be reused.

Link copied to clipboard

A set of values, expressed in milliseconds, that indicates the amount of latency that a player experiences when connected to Amazon Web Services Regions. This information is used to try to place the new game session where it can offer the best possible gameplay experience for the players.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String