Fleet Location Capacity Args
data class FleetLocationCapacityArgs(val desiredEc2Instances: Output<Int>, val maxSize: Output<Int>, val minSize: Output<Int>) : ConvertibleToJava<FleetLocationCapacityArgs>
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
fun FleetLocationCapacityArgs(desiredEc2Instances: Output<Int>, maxSize: Output<Int>, minSize: Output<Int>)