public interface MetricAlertCondition extends HasInner<MetricCriteria>, HasParent<MetricAlert>
Modifier and Type | Interface and Description |
---|---|
static interface |
MetricAlertCondition.DefinitionStages
Grouping of metric alerts condition definition stages.
|
static interface |
MetricAlertCondition.UpdateDefinitionStages
The entirety of a metric alert condition definition as a part of a parent metric alert update.
|
static interface |
MetricAlertCondition.UpdateStages
Grouping of metric alert condition update stages.
|
Modifier and Type | Method and Description |
---|---|
MetricAlertRuleCondition |
condition()
Get the criteria operator.
|
Collection<MetricDimension> |
dimensions()
Get list of dimension conditions.
|
String |
metricName()
Get name of the metric signal.
|
String |
metricNamespace()
Get namespace of the metric.
|
String |
name()
Get name of the criteria.
|
double |
threshold()
Get the criteria threshold value that activates the alert.
|
MetricAlertRuleTimeAggregation |
timeAggregation()
Get the criteria time aggregation types.
|
String name()
String metricName()
String metricNamespace()
MetricAlertRuleCondition condition()
MetricAlertRuleTimeAggregation timeAggregation()
double threshold()
Collection<MetricDimension> dimensions()
Copyright © 2019. All rights reserved.