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