GameSessionPlacement
Represents a potential game session placement, including the full details of the original placement request and the current status.
If the game session placement status is PENDING
, the properties for game session ID/ARN, region, IP address/DNS, and port aren't final. A game session is not active and ready to accept players until placement status reaches FULFILLED
. When the placement is in PENDING
status, Amazon GameLift may attempt to place a game session multiple times before succeeding. With each attempt it creates a GameSession object and updates this placement object with the new game session properties..
Types
Properties
A set of key-value pairs that can store custom data in a game session. For example: {"Key": "difficulty", "Value": "novice"}
.
Identifier for the game session created by this placement request. This identifier is unique across all Regions. This value isn't final until placement status is FULFILLED
.
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).
A unique identifier for the game session. This value isn't final until placement status is FULFILLED
.
A descriptive label that is associated with a game session. Session names do not need to be unique.
A descriptive label that is associated with game session queue. Queue names must be unique within each Region.
Name of the Region where the game session created by this placement request is running. This value isn't final until placement status is FULFILLED
.
Information on the matchmaking process for this game. Data is in JSON syntax, formatted as a string. It identifies the matchmaking configuration used to create the match, and contains data on all players assigned to the match, including player attributes and team assignments. For more details on matchmaker data, see Match Data.
The maximum number of players that can be connected simultaneously to the game session.
A collection of information on player sessions created in response to the game session placement request. These player sessions are created only after a new game session is successfully placed (placement status is FULFILLED
). This information includes the player ID, provided in the placement request, and a corresponding player session ID.
A unique identifier for a game session placement.
A set of values, expressed in milliseconds, that indicates the amount of latency that a player experiences when connected to Amazon Web Services Regions.
Current status of the game session placement request.