![JAR search and dependency download from the Maven repository](/logo.png)
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