CustomerManagedAutoScalingConfiguration

The auto scaling configuration settings for a customer managed fleet.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of workers that can be added per minute to the fleet. The default is a service-defined value that balances efficiency with cost.

Link copied to clipboard

The number of idle workers maintained and ready to process incoming tasks. The default is 0.

Link copied to clipboard

The number of seconds that a worker can remain idle before it is shut down. The default is 300 seconds (5 minutes).

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String