ContainerFleetLocationCapacityArgs

data class ContainerFleetLocationCapacityArgs(val desiredEc2Instances: Output<Int>, val maxSize: Output<Int>, val minSize: Output<Int>) : ConvertibleToJava<ContainerFleetLocationCapacityArgs>

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: Output<Int>, maxSize: Output<Int>, minSize: Output<Int>)

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
val maxSize: Output<Int>

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

Link copied to clipboard
val minSize: Output<Int>

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

Functions

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