All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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