FleetTargetTrackingScalingConfiguration

data class FleetTargetTrackingScalingConfiguration(val metricType: FleetTargetTrackingScalingConfigurationMetricType? = null, val targetValue: Double? = null)

Constructors

Link copied to clipboard
constructor(metricType: FleetTargetTrackingScalingConfigurationMetricType? = null, targetValue: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The metric type to determine auto-scaling.

Link copied to clipboard
val targetValue: Double? = null

The value of metricType when to start scaling.