Builder

class Builder

Properties

Link copied to clipboard
var active: Int?

Actual number of instances that are ready to host game sessions.

Link copied to clipboard
var desired: Int?

Requested number of active instances. Amazon GameLift Servers takes action as needed to maintain the desired number of instances. Capacity is scaled up or down by changing the desired instances. A change in the desired instances value can take up to 1 minute to be reflected when viewing a fleet's capacity settings.

Link copied to clipboard
var idle: Int?

Number of active instances that are not currently hosting a game session.

Link copied to clipboard
var maximum: Int?

The maximum instance count value allowed.

Link copied to clipboard
var minimum: Int?

The minimum instance count value allowed.

Link copied to clipboard
var pending: Int?

Number of instances that are starting but not yet active.

Link copied to clipboard

Number of instances that are no longer active but haven't yet been terminated.