CpuUtilizationResponse

data class CpuUtilizationResponse(val aggregationWindowLength: String, val targetUtilization: Double)

Target scaling by CPU usage.

Constructors

Link copied to clipboard
fun CpuUtilizationResponse(aggregationWindowLength: String, targetUtilization: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Period of time over which CPU utilization is calculated.

Link copied to clipboard

Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.