AliasRoutingStrategy

data class AliasRoutingStrategy(val fleetId: String? = null, val message: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(fleetId: String? = null, message: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fleetId: String? = null

ID of the GameLift Fleet to point the alias to.

Link copied to clipboard
val message: String? = null

Message text to be used with the TERMINAL routing strategy.

Link copied to clipboard

Type of routing strategyE.g., SIMPLE or TERMINAL