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