| Modifier and Type | Interface and Description |
|---|---|
static interface |
IMetric.Jsii$Default
Internal default implementation for
IMetric. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IMetric.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
MathExpression
A math expression built with metric(s) emitted by a service.
|
class |
Metric
A metric emitted by a service.
|
| Modifier and Type | Method and Description |
|---|---|
IMetric |
Alarm.getMetric()
The metric object this alarm was based on.
|
IMetric |
AlarmProps.getMetric()
The metric to add the alarm on.
|
IMetric |
AlarmProps.Jsii$Proxy.getMetric() |
| Modifier and Type | Method and Description |
|---|---|
default List<IMetric> |
GraphWidgetProps.getLeft()
Metrics to display on left Y axis.
|
List<IMetric> |
GraphWidgetProps.Jsii$Proxy.getLeft() |
List<IMetric> |
SingleValueWidgetProps.getMetrics()
Metrics to display.
|
List<IMetric> |
SingleValueWidgetProps.Jsii$Proxy.getMetrics() |
default List<IMetric> |
GraphWidgetProps.getRight()
Metrics to display on right Y axis.
|
List<IMetric> |
GraphWidgetProps.Jsii$Proxy.getRight() |
Map<String,IMetric> |
MathExpressionProps.getUsingMetrics()
The metrics used in the expression, in a map.
|
Map<String,IMetric> |
MathExpressionProps.Jsii$Proxy.getUsingMetrics() |
Map<String,IMetric> |
MathExpression.getUsingMetrics()
The metrics used in the expression as KeyValuePair
|
Map<String,IMetric> |
MetricExpressionConfig.getUsingMetrics()
Metrics used in the math expression.
|
Map<String,IMetric> |
MetricExpressionConfig.Jsii$Proxy.getUsingMetrics() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphWidget.addLeftMetric(IMetric metric)
Add another metric to the left Y axis of the GraphWidget.
|
void |
GraphWidget.addRightMetric(IMetric metric)
Add another metric to the right Y axis of the GraphWidget.
|
Alarm.Builder |
Alarm.Builder.metric(IMetric metric)
The metric to add the alarm on.
|
AlarmProps.Builder |
AlarmProps.Builder.metric(IMetric metric)
Sets the value of
AlarmProps.getMetric() |
| Modifier and Type | Method and Description |
|---|---|
GraphWidget.Builder |
GraphWidget.Builder.left(List<? extends IMetric> left)
Metrics to display on left Y axis.
|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.left(List<? extends IMetric> left)
Sets the value of
GraphWidgetProps.getLeft() |
SingleValueWidget.Builder |
SingleValueWidget.Builder.metrics(List<? extends IMetric> metrics)
Metrics to display.
|
SingleValueWidgetProps.Builder |
SingleValueWidgetProps.Builder.metrics(List<? extends IMetric> metrics)
Sets the value of
SingleValueWidgetProps.getMetrics() |
GraphWidget.Builder |
GraphWidget.Builder.right(List<? extends IMetric> right)
Metrics to display on right Y axis.
|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.right(List<? extends IMetric> right)
Sets the value of
GraphWidgetProps.getRight() |
MathExpressionProps.Builder |
MathExpressionProps.Builder.usingMetrics(Map<String,? extends IMetric> usingMetrics)
Sets the value of
MathExpressionProps.getUsingMetrics() |
MathExpression.Builder |
MathExpression.Builder.usingMetrics(Map<String,? extends IMetric> usingMetrics)
The metrics used in the expression, in a map.
|
MetricExpressionConfig.Builder |
MetricExpressionConfig.Builder.usingMetrics(Map<String,? extends IMetric> usingMetrics)
Sets the value of
MetricExpressionConfig.getUsingMetrics() |
| Constructor and Description |
|---|
Jsii$Proxy(IMetric metric,
Number evaluationPeriods,
Number threshold,
Boolean actionsEnabled,
String alarmDescription,
String alarmName,
ComparisonOperator comparisonOperator,
Number datapointsToAlarm,
String evaluateLowSampleCountPercentile,
Duration period,
String statistic,
TreatMissingData treatMissingData)
Constructor that initializes the object based on literal property values passed by the
AlarmProps.Builder. |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends IMetric> metrics,
Boolean fullPrecision,
Boolean setPeriodToTimeRange,
Number height,
String region,
String title,
Number width)
Constructor that initializes the object based on literal property values passed by the
SingleValueWidgetProps.Builder. |
Jsii$Proxy(List<? extends IMetric> left,
List<? extends HorizontalAnnotation> leftAnnotations,
YAxisProps leftYAxis,
LegendPosition legendPosition,
Boolean liveData,
Duration period,
List<? extends IMetric> right,
List<? extends HorizontalAnnotation> rightAnnotations,
YAxisProps rightYAxis,
Boolean setPeriodToTimeRange,
Boolean stacked,
String statistic,
GraphWidgetView view,
Number height,
String region,
String title,
Number width)
Constructor that initializes the object based on literal property values passed by the
GraphWidgetProps.Builder. |
Jsii$Proxy(List<? extends IMetric> left,
List<? extends HorizontalAnnotation> leftAnnotations,
YAxisProps leftYAxis,
LegendPosition legendPosition,
Boolean liveData,
Duration period,
List<? extends IMetric> right,
List<? extends HorizontalAnnotation> rightAnnotations,
YAxisProps rightYAxis,
Boolean setPeriodToTimeRange,
Boolean stacked,
String statistic,
GraphWidgetView view,
Number height,
String region,
String title,
Number width)
Constructor that initializes the object based on literal property values passed by the
GraphWidgetProps.Builder. |
Jsii$Proxy(String expression,
Map<String,? extends IMetric> usingMetrics,
String color,
String label,
Duration period)
Constructor that initializes the object based on literal property values passed by the
MathExpressionProps.Builder. |
Jsii$Proxy(String expression,
Number period,
Map<String,? extends IMetric> usingMetrics)
Constructor that initializes the object based on literal property values passed by the
MetricExpressionConfig.Builder. |
Copyright © 2021. All rights reserved.