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