GameServerGroupInstanceDefinitionArgs

data class GameServerGroupInstanceDefinitionArgs(val instanceType: Output<String>, val weightedCapacity: Output<String>? = null) : ConvertibleToJava<GameServerGroupInstanceDefinitionArgs>

Constructors

Link copied to clipboard
constructor(instanceType: Output<String>, weightedCapacity: Output<String>? = null)

Properties

Link copied to clipboard
val instanceType: Output<String>

An EC2 instance type.

Link copied to clipboard
val weightedCapacity: Output<String>? = null

Instance weighting that indicates how much this instance type contributes to the total capacity of a game server group. Instance weights are used by GameLift FleetIQ to calculate the instance type's cost per unit hour and better identify the most cost-effective options.

Functions

Link copied to clipboard
open override fun toJava(): GameServerGroupInstanceDefinitionArgs