public static final class MetricAlarmConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MetricAlarmConfig
software.amazon.jsii.JsiiObject.InitializationModeMetricAlarmConfig.Builder, MetricAlarmConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
List<Dimension> |
getDimensions()
The dimensions to apply to the alarm.
|
String |
getExtendedStatistic()
Percentile aggregation function to use.
|
String |
getMetricName()
Name of the metric.
|
String |
getNamespace()
Namespace of the metric.
|
Number |
getPeriod()
How many seconds to aggregate over.
|
Statistic |
getStatistic()
Simple aggregation function to use.
|
Unit |
getUnit()
The unit of the alarm.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public String getMetricName()
getMetricName in interface MetricAlarmConfig@Stability(value=Experimental) public String getNamespace()
getNamespace in interface MetricAlarmConfig@Stability(value=Experimental) public Number getPeriod()
getPeriod in interface MetricAlarmConfig@Stability(value=Experimental) @Nullable public List<Dimension> getDimensions()
getDimensions in interface MetricAlarmConfig@Stability(value=Experimental) @Nullable public String getExtendedStatistic()
getExtendedStatistic in interface MetricAlarmConfig@Stability(value=Experimental) @Nullable public Statistic getStatistic()
getStatistic in interface MetricAlarmConfig@Stability(value=Experimental) @Nullable public Unit getUnit()
getUnit in interface MetricAlarmConfigCopyright © 2019. All rights reserved.