Metric Alarm Metric Query Args
data class MetricAlarmMetricQueryArgs(val accountId: Output<String>? = null, val expression: Output<String>? = null, val id: Output<String>, val label: Output<String>? = null, val metric: Output<MetricAlarmMetricQueryMetricArgs>? = null, val period: Output<Int>? = null, val returnData: Output<Boolean>? = null) : ConvertibleToJava<MetricAlarmMetricQueryArgs>
Constructors
Link copied to clipboard
fun MetricAlarmMetricQueryArgs(accountId: Output<String>? = null, expression: Output<String>? = null, id: Output<String>, label: Output<String>? = null, metric: Output<MetricAlarmMetricQueryMetricArgs>? = null, period: Output<Int>? = null, returnData: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
The math expression to be performed on the returned data, if this object is performing a math expression. This expression can use the id of the other metrics to refer to those metrics, and can also use the id of other expressions to use the result of those expressions. For more information about metric math expressions, see Metric Math Syntax and Functions in the Amazon CloudWatch User Guide.
Link copied to clipboard
A short name used to tie this object to the results in the response. If you are performing math expressions on this set of data, this name represents that data and can serve as a variable in the mathematical expression. The valid characters are letters, numbers, and underscore. The first character must be a lowercase letter.