public static final class MetricGraphConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MetricGraphConfig
software.amazon.jsii.JsiiObject.InitializationModeMetricGraphConfig.Builder, MetricGraphConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Color for the graph line.
|
List<Dimension> |
getDimensions()
The dimensions to apply to the alarm.
|
String |
getLabel()
Label for the metric.
|
String |
getMetricName()
Name of the metric.
|
String |
getNamespace()
Namespace of the metric.
|
Number |
getPeriod()
How many seconds to aggregate over.
|
String |
getStatistic()
Aggregation function to use (can be either simple or a percentile).
|
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 MetricGraphConfig@Stability(value=Experimental) public String getNamespace()
getNamespace in interface MetricGraphConfig@Stability(value=Experimental) public Number getPeriod()
getPeriod in interface MetricGraphConfig@Stability(value=Experimental) @Nullable public String getColor()
getColor in interface MetricGraphConfig@Stability(value=Experimental) @Nullable public List<Dimension> getDimensions()
getDimensions in interface MetricGraphConfig@Stability(value=Experimental) @Nullable public String getLabel()
getLabel in interface MetricGraphConfig@Stability(value=Experimental) @Nullable public String getStatistic()
getStatistic in interface MetricGraphConfig@Stability(value=Experimental) @Nullable public Unit getUnit()
getUnit in interface MetricGraphConfigCopyright © 2019. All rights reserved.