| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudwatch |
Amazon CloudWatch Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
MathExpression.Builder |
MathExpression.Builder.color(String color)
(experimental) Color for this metric when added to a Graph in a Dashboard.
|
static MathExpression.Builder |
MathExpression.Builder.create() |
MathExpression.Builder |
MathExpression.Builder.expression(String expression)
(experimental) The expression defining the metric.
|
MathExpression.Builder |
MathExpression.Builder.label(String label)
(experimental) Label for this metric when added to a Graph in a Dashboard.
|
MathExpression.Builder |
MathExpression.Builder.period(Duration period)
(experimental) The period over which the expression's statistics are applied.
|
MathExpression.Builder |
MathExpression.Builder.usingMetrics(Map<String,? extends IMetric> usingMetrics)
(experimental) The metrics used in the expression, in a map.
|
Copyright © 2021. All rights reserved.