Policy Predictive Scaling Configuration Metric Specification Customized Load Metric Specification Metric Data Query
data class PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQuery(val expression: String? = null, val id: String, val label: String? = null, val metricStat: PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStat? = null, val returnData: Boolean? = null)
Constructors
Link copied to clipboard
constructor(expression: String? = null, id: String, label: String? = null, metricStat: PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStat? = null, returnData: Boolean? = null)
Properties
Link copied to clipboard
Math expression used on the returned metric. You must specify either expression
or metric_stat
, but not both.
Link copied to clipboard
val metricStat: PolicyPredictiveScalingConfigurationMetricSpecificationCustomizedLoadMetricSpecificationMetricDataQueryMetricStat? = null
Structure that defines CloudWatch metric to be used in predictive scaling policy. You must specify either expression
or metric_stat
, but not both.
Link copied to clipboard
Boolean that indicates whether to return the timestamps and raw data values of this metric, the default is true