Autoscale Setting Profile Rule Metric Trigger
data class AutoscaleSettingProfileRuleMetricTrigger(val dimensions: List<AutoscaleSettingProfileRuleMetricTriggerDimension>? = null, val divideByInstanceCount: Boolean? = null, val metricName: String, val metricNamespace: String? = null, val metricResourceId: String, val operator: String, val statistic: String, val threshold: Double, val timeAggregation: String, val timeGrain: String, val timeWindow: String)
Constructors
Link copied to clipboard
fun AutoscaleSettingProfileRuleMetricTrigger(dimensions: List<AutoscaleSettingProfileRuleMetricTriggerDimension>? = null, divideByInstanceCount: Boolean? = null, metricName: String, metricNamespace: String? = null, metricResourceId: String, operator: String, statistic: String, threshold: Double, timeAggregation: String, timeGrain: String, timeWindow: String)