playerLatencyPolicies

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "okdkyoelcnctfgmw")
suspend fun playerLatencyPolicies(argument: List<suspend GameSessionQueuePlayerLatencyPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "xuddrdisbsjkdokl")
suspend fun playerLatencyPolicies(vararg argument: suspend GameSessionQueuePlayerLatencyPolicyArgsBuilder.() -> Unit)
@JvmName(name = "yiyiirjuwixvxcop")
suspend fun playerLatencyPolicies(argument: suspend GameSessionQueuePlayerLatencyPolicyArgsBuilder.() -> Unit)

Parameters

argument

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