playerLatencyPolicies

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "iihvcfcmgrxbvren")
suspend fun playerLatencyPolicies(argument: List<suspend GameSessionQueuePlayerLatencyPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "owinxlbgdugtcyer")
suspend fun playerLatencyPolicies(vararg argument: suspend GameSessionQueuePlayerLatencyPolicyArgsBuilder.() -> Unit)
@JvmName(name = "fcfrtimueotpwfvv")
suspend fun playerLatencyPolicies(argument: suspend GameSessionQueuePlayerLatencyPolicyArgsBuilder.() -> Unit)

Parameters

argument

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