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

io.burkard.cdk.services.gamelift.cfnGameServerGroup.InstanceDefinitionProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.gamelift.cfnGameServerGroup

@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object InstanceDefinitionProperty {

  def apply(
    instanceType: String,
    weightedCapacity: Option[String] = None
  ): software.amazon.awscdk.services.gamelift.CfnGameServerGroup.InstanceDefinitionProperty =
    (new software.amazon.awscdk.services.gamelift.CfnGameServerGroup.InstanceDefinitionProperty.Builder)
      .instanceType(instanceType)
      .weightedCapacity(weightedCapacity.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy