@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.348Z") @Stability(value=Experimental) 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()
(experimental) Color for this metric when added to a Graph in a Dashboard.
|
default String |
getLabel()
(experimental) Label for this metric when added to a Graph in a Dashboard.
|
default Duration |
getPeriod()
(experimental) The period over which the expression's statistics are applied.
|
@Stability(value=Experimental) @Nullable default String getColor()
Default: - Automatic color
@Stability(value=Experimental) @Nullable default String getLabel()
Default: - Expression value is used as label
@Stability(value=Experimental) @Nullable default Duration getPeriod()
This period overrides all periods in the metrics used in this math expression.
Default: Duration.minutes(5)
@Stability(value=Experimental) static MathExpressionOptions.Builder builder()
MathExpressionOptions.Builder of MathExpressionOptionsCopyright © 2021. All rights reserved.