GameServerGroupInstanceDefinition

data class GameServerGroupInstanceDefinition(val instanceType: String, val weightedCapacity: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An EC2 instance type.

Link copied to clipboard

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.