![JAR search and dependency download from the Maven repository](/logo.png)
io.burkard.cdk.services.gamelift.cfnGameSessionQueue.PlayerLatencyPolicyProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.gamelift.cfnGameSessionQueue
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object PlayerLatencyPolicyProperty {
def apply(
maximumIndividualPlayerLatencyMilliseconds: Option[Number] = None,
policyDurationSeconds: Option[Number] = None
): software.amazon.awscdk.services.gamelift.CfnGameSessionQueue.PlayerLatencyPolicyProperty =
(new software.amazon.awscdk.services.gamelift.CfnGameSessionQueue.PlayerLatencyPolicyProperty.Builder)
.maximumIndividualPlayerLatencyMilliseconds(maximumIndividualPlayerLatencyMilliseconds.orNull)
.policyDurationSeconds(policyDurationSeconds.orNull)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy