@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-07-21T15:55:57.919Z") @Stability(value=Stable) public interface MathExpressionOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
MathExpressionOptions.Builder
A builder for
MathExpressionOptions |
static class |
MathExpressionOptions.Jsii$Proxy
An implementation for
MathExpressionOptions |
| Modifier and Type | Method and Description |
|---|---|
static MathExpressionOptions.Builder |
builder() |
default String |
getColor()
Color for this metric when added to a Graph in a Dashboard.
|
default String |
getLabel()
Label for this metric when added to a Graph in a Dashboard.
|
default Duration |
getPeriod()
The period over which the expression's statistics are applied.
|
@Stability(value=Stable) @Nullable default String getColor()
Default: - Automatic color
@Stability(value=Stable) @Nullable default String getLabel()
Default: - Expression value is used as label
@Stability(value=Stable) @Nullable default Duration getPeriod()
This period overrides all periods in the metrics used in this math expression.
Default: Duration.minutes(5)
@Stability(value=Stable) static MathExpressionOptions.Builder builder()
MathExpressionOptions.Builder of MathExpressionOptionsCopyright © 2021. All rights reserved.