Metric Alert Criteria Args
data class MetricAlertCriteriaArgs(val aggregation: Output<String>, val dimensions: Output<List<MetricAlertCriteriaDimensionArgs>>? = null, val metricName: Output<String>, val metricNamespace: Output<String>, val operator: Output<String>, val skipMetricValidation: Output<Boolean>? = null, val threshold: Output<Double>) : ConvertibleToJava<MetricAlertCriteriaArgs>
Properties
Link copied to clipboard
The statistic that runs over the metric values. Possible values are Average
, Count
, Minimum
, Maximum
and Total
.
Link copied to clipboard
One or more dimension
blocks as defined below.
Link copied to clipboard
One of the metric names to be monitored.
Link copied to clipboard
One of the metric namespaces to be monitored.
Link copied to clipboard
Skip the metric validation to allow creating an alert rule on a custom metric that isn't yet emitted? Defaults to false
.