playerLatencyPolicies

@JvmName(name = "clukouslpghwvawk")
suspend fun playerLatencyPolicies(value: Output<List<GameSessionQueuePlayerLatencyPolicyArgs>>)
@JvmName(name = "axerqpevrgjmmrlb")
suspend fun playerLatencyPolicies(value: List<GameSessionQueuePlayerLatencyPolicyArgs>?)

Parameters

value

One or more policies used to choose fleet based on player latency. See below.


@JvmName(name = "taiaocaqnyqcmmth")
suspend fun playerLatencyPolicies(vararg values: Output<GameSessionQueuePlayerLatencyPolicyArgs>)


@JvmName(name = "oasrruonbhrduuep")
suspend fun playerLatencyPolicies(values: List<Output<GameSessionQueuePlayerLatencyPolicyArgs>>)
@JvmName(name = "pbyxevnmojpjksva")
suspend fun playerLatencyPolicies(vararg values: GameSessionQueuePlayerLatencyPolicyArgs)

Parameters

values

One or more policies used to choose fleet based on player latency. See below.


@JvmName(name = "lpjidiijkkhmwiud")
suspend fun playerLatencyPolicies(argument: List<suspend GameSessionQueuePlayerLatencyPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "lnnqohioeeqpkctr")
suspend fun playerLatencyPolicies(vararg argument: suspend GameSessionQueuePlayerLatencyPolicyArgsBuilder.() -> Unit)
@JvmName(name = "sanubjolirmqxhfl")
suspend fun playerLatencyPolicies(argument: suspend GameSessionQueuePlayerLatencyPolicyArgsBuilder.() -> Unit)

Parameters

argument

One or more policies used to choose fleet based on player latency. See below.