GetGameSessionQueueResult

data class GetGameSessionQueueResult(val arn: String? = null, val customEventData: String? = null, val destinations: List<GameSessionQueueDestination>? = null, val filterConfiguration: GameSessionQueueFilterConfiguration? = null, val notificationTarget: String? = null, val playerLatencyPolicies: List<GameSessionQueuePlayerLatencyPolicy>? = null, val priorityConfiguration: GameSessionQueuePriorityConfiguration? = null, val tags: List<Tag>? = null, val timeoutInSeconds: Int? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, customEventData: String? = null, destinations: List<GameSessionQueueDestination>? = null, filterConfiguration: GameSessionQueueFilterConfiguration? = null, notificationTarget: String? = null, playerLatencyPolicies: List<GameSessionQueuePlayerLatencyPolicy>? = null, priorityConfiguration: GameSessionQueuePriorityConfiguration? = null, tags: List<Tag>? = null, timeoutInSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: 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 customEventData: String? = null

Information that is added to all events that are related to this game session queue.

Link copied to clipboard

A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.

Link copied to clipboard

A list of locations where a queue is allowed to place new game sessions.

Link copied to clipboard

An SNS topic ARN that is set up to receive game session placement notifications.

Link copied to clipboard

A set of policies that act as a sliding cap on player latency.

Link copied to clipboard

Custom settings to use when prioritizing destinations and locations for game session placements.

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

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

Link copied to clipboard
val timeoutInSeconds: Int? = null

The maximum time, in seconds, that a new game session placement request remains in the queue.