GameSessionQueue

class GameSessionQueue : KotlinCustomResource

The AWS::GameLift::GameSessionQueue resource creates an Amazon GameLift (GameLift) game session queue.

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val arn: Output<String>

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: Output<String>?

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
val id: Output<String>
Link copied to clipboard
val name: Output<String>

A descriptive label that is associated with game session queue. Queue names must be unique within each Region.

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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

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

Link copied to clipboard
val timeoutInSeconds: Output<Int>?

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

Link copied to clipboard
val urn: Output<String>