GameSessionQueuePriorityConfiguration

data class GameSessionQueuePriorityConfiguration(val locationOrder: List<String>? = null, val priorityOrder: List<GameSessionQueuePriorityOrderItem>? = null)

Constructors

Link copied to clipboard
constructor(locationOrder: List<String>? = null, priorityOrder: List<GameSessionQueuePriorityOrderItem>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The prioritization order to use for fleet locations, when the PriorityOrder property includes LOCATION . Locations can include AWS Region codes (such as us-west-2 ), local zones, and custom locations (for Anywhere fleets). Each location must be listed only once. For details, see Amazon GameLift Servers service locations.

Link copied to clipboard

A custom sequence to use when prioritizing where to place new game sessions. Each priority type is listed once.