playerLatencyPolicies

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "lqvyrdmerescgdcb")
suspend fun playerLatencyPolicies(argument: List<suspend GameSessionQueuePlayerLatencyPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "ifhddcwwywwotsmo")
suspend fun playerLatencyPolicies(vararg argument: suspend GameSessionQueuePlayerLatencyPolicyArgsBuilder.() -> Unit)
@JvmName(name = "lwgjxhqlbigmpgiv")
suspend fun playerLatencyPolicies(argument: suspend GameSessionQueuePlayerLatencyPolicyArgsBuilder.() -> Unit)

Parameters

argument

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