| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudwatch |
Amazon CloudWatch Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
MathExpression.Builder |
MathExpression.Builder.color(String color)
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)
The expression defining the metric.
|
MathExpression.Builder |
MathExpression.Builder.label(String label)
Label for this expression when added to a Graph in a Dashboard.
|
MathExpression.Builder |
MathExpression.Builder.period(Duration period)
The period over which the expression's statistics are applied.
|
MathExpression.Builder |
MathExpression.Builder.searchAccount(String searchAccount)
Account to evaluate search expressions within.
|
MathExpression.Builder |
MathExpression.Builder.searchRegion(String searchRegion)
Region to evaluate search expressions within.
|
MathExpression.Builder |
MathExpression.Builder.usingMetrics(Map<String,? extends IMetric> usingMetrics)
The metrics used in the expression, in a map.
|
Copyright © 2022. All rights reserved.