@Generated(value="jsii-pacmak/0.13.2 (build a2116e9)", date="2019-07-01T16:58:11.749Z") @Stability(value=Experimental) public interface CommonMetricOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CommonMetricOptions.Builder
A builder for
CommonMetricOptions |
static class |
CommonMetricOptions.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CommonMetricOptions.Builder |
builder() |
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.
|
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.
|
@Stability(value=Experimental) String getColor()
@Stability(value=Experimental) Map<String,Object> getDimensions()
@Stability(value=Experimental) String getLabel()
@Stability(value=Experimental) software.amazon.awscdk.core.Duration getPeriod()
@Stability(value=Experimental) String getStatistic()
@Stability(value=Experimental) Unit getUnit()
@Stability(value=Experimental) static CommonMetricOptions.Builder builder()
CommonMetricOptions.Builder of CommonMetricOptionsCopyright © 2019. All rights reserved.