AliasRoutingStrategyArgs

data class AliasRoutingStrategyArgs(val fleetId: Output<String>? = null, val message: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<AliasRoutingStrategyArgs>

Constructors

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

Properties

Link copied to clipboard
val fleetId: Output<String>? = null

ID of the GameLift Fleet to point the alias to.

Link copied to clipboard
val message: Output<String>? = null

Message text to be used with the TERMINAL routing strategy.

Link copied to clipboard
val type: Output<String>

Type of routing strategyE.g., SIMPLE or TERMINAL

Functions

Link copied to clipboard
open override fun toJava(): AliasRoutingStrategyArgs