ContainerFleetLocationCapacity

data class ContainerFleetLocationCapacity(val desiredEc2Instances: Int, val maxSize: Int, val minSize: Int)

Current resource capacity settings in a specified fleet or location. The location value might refer to a fleet's remote location or its home Region.

Constructors

Link copied to clipboard
constructor(desiredEc2Instances: Int, maxSize: Int, minSize: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of EC2 instances you want to maintain in the specified fleet location. This value must fall between the minimum and maximum size limits.

Link copied to clipboard

The maximum value that is allowed for the fleet's instance count for a location.

Link copied to clipboard

The minimum value allowed for the fleet's instance count for a location.