public static final class MetricProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MetricProps
software.amazon.jsii.JsiiObject.InitializationModeMetricProps.Builder, MetricProps.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 this metric when added to a Graph in a Dashboard.
|
Map<String,Object> |
getDimensions()
Dimensions of the metric.
|
String |
getLabel()
Label for this metric when added to a Graph in a Dashboard.
|
String |
getMetricName()
Name of the metric.
|
String |
getNamespace()
Namespace of the metric.
|
software.amazon.awscdk.core.Duration |
getPeriod()
The period over which the specified statistic is applied.
|
String |
getStatistic()
What function to use for aggregating.
|
Unit |
getUnit()
Unit for the metric that is associated with 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 MetricProps@Stability(value=Experimental) public String getNamespace()
getNamespace in interface MetricProps@Stability(value=Experimental) @Nullable public String getColor()
getColor in interface CommonMetricOptions@Stability(value=Experimental) @Nullable public Map<String,Object> getDimensions()
getDimensions in interface CommonMetricOptions@Stability(value=Experimental) @Nullable public String getLabel()
getLabel in interface CommonMetricOptions@Stability(value=Experimental) @Nullable public software.amazon.awscdk.core.Duration getPeriod()
getPeriod in interface CommonMetricOptions@Stability(value=Experimental) @Nullable public String getStatistic()
getStatistic in interface CommonMetricOptions@Stability(value=Experimental) @Nullable public Unit getUnit()
getUnit in interface CommonMetricOptionsCopyright © 2019. All rights reserved.