GameSessionQueueFilterConfiguration

data class GameSessionQueueFilterConfiguration(val allowedLocations: List<String>? = null)

Constructors

Link copied to clipboard
constructor(allowedLocations: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of locations to allow game session placement in, in the form of AWS Region codes such as us-west-2 .