Policy Target Tracking Configuration
data class PolicyTargetTrackingConfiguration(val customizedMetricSpecification: PolicyTargetTrackingConfigurationCustomizedMetricSpecification? = null, val disableScaleIn: Boolean? = null, val predefinedMetricSpecification: PolicyTargetTrackingConfigurationPredefinedMetricSpecification? = null, val targetValue: Double)
Constructors
Link copied to clipboard
constructor(customizedMetricSpecification: PolicyTargetTrackingConfigurationCustomizedMetricSpecification? = null, disableScaleIn: Boolean? = null, predefinedMetricSpecification: PolicyTargetTrackingConfigurationPredefinedMetricSpecification? = null, targetValue: Double)
Properties
Link copied to clipboard
val customizedMetricSpecification: PolicyTargetTrackingConfigurationCustomizedMetricSpecification? = null
Customized metric. Conflicts with predefined_metric_specification
.
Link copied to clipboard
Whether scale in by the target tracking policy is disabled.
Link copied to clipboard
val predefinedMetricSpecification: PolicyTargetTrackingConfigurationPredefinedMetricSpecification? = null
Predefined metric. Conflicts with customized_metric_specification
.
Link copied to clipboard
Target value for the metric.