Get Fleet Scaling Configuration
data class GetFleetScalingConfiguration(val desiredCapacity: Int, val maxCapacity: Int, val scalingType: String, val targetTrackingScalingConfigs: List<GetFleetScalingConfigurationTargetTrackingScalingConfig>)
Constructors
Link copied to clipboard
constructor(desiredCapacity: Int, maxCapacity: Int, scalingType: String, targetTrackingScalingConfigs: List<GetFleetScalingConfigurationTargetTrackingScalingConfig>)
Properties
Link copied to clipboard
The desired number of instances in the fleet when auto-scaling.
Link copied to clipboard
The maximum number of instances in the fleet when auto-scaling.
Link copied to clipboard
The scaling type for a compute fleet.
Link copied to clipboard
Nested attribute containing information about thresholds when new instance is auto-scaled into the compute fleet.